From 8420f55c4de53e20a48615d3acdd70b82c1025bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 8 Apr 2016 18:23:08 -0700 Subject: [PATCH] CHANGELOG: Fix CSS example --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a61fe9b..1e7b0852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] {