mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-13 06:29:11 -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
|
@ -95,6 +95,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