mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-01 00:29:29 -04:00
Switch HiDPI on by default.
Allow deactivation by setting the hidpi attribute to "off" on the canvas.
This commit is contained in:
parent
5439f6ba45
commit
1f98d72c5b
103 changed files with 121 additions and 122 deletions
examples/Scripts
|
@ -14,6 +14,6 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="canvas" resize hidpi></canvas>
|
||||
<canvas id="canvas" resize></canvas>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue