mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
CHANGELOG: Fix CSS example
This commit is contained in:
parent
b1ce8517a5
commit
8420f55c4d
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ contribute to the code.
|
|||
- Canvas attributes "resize" and "data-paper-resize" no longer cause paper to
|
||||
resize the canvas when the viewport size changes; Additional CSS styles are
|
||||
required since `0.9.22`, e.g.:
|
||||
|
||||
```css
|
||||
/* Scale canvas with resize attribute to full size */
|
||||
canvas[resize] {
|
||||
|
|
Loading…
Reference in a new issue