mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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
|
- Canvas attributes "resize" and "data-paper-resize" no longer cause paper to
|
||||||
resize the canvas when the viewport size changes; Additional CSS styles are
|
resize the canvas when the viewport size changes; Additional CSS styles are
|
||||||
required since `0.9.22`, e.g.:
|
required since `0.9.22`, e.g.:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
/* Scale canvas with resize attribute to full size */
|
/* Scale canvas with resize attribute to full size */
|
||||||
canvas[resize] {
|
canvas[resize] {
|
||||||
|
|
Loading…
Reference in a new issue