mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add unique canvas IDs to all canvas operations.
This commit is contained in:
parent
a69eceefc9
commit
8a1590efc6
13 changed files with 334 additions and 155 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -130,7 +130,7 @@ destCanvas = {
|
|||
height: 50
|
||||
};
|
||||
|
||||
drawImage(0, 0);
|
||||
drawImage(0, 0);
|
||||
|
||||
function renderExample(title) {
|
||||
var container = document.createElement('div');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue