summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataCSS.pl
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-10-15 09:30:51 +0000
committertavmjong-free <tavmjong@free.fr>2015-10-15 09:30:51 +0000
commit7955f779344953ea99a7cf0cb3a7982e06709364 (patch)
tree9cee024f64f9b2904b360f600f21707273098982 /share/attributes/genMapDataCSS.pl
parentAdd a few new properties dealing with text and transforms. (diff)
downloadinkscape-7955f779344953ea99a7cf0cb3a7982e06709364.tar.gz
inkscape-7955f779344953ea99a7cf0cb3a7982e06709364.zip
Add 'transform-box' to CSS properties.
(bzr r14415)
Diffstat (limited to 'share/attributes/genMapDataCSS.pl')
-rwxr-xr-xshare/attributes/genMapDataCSS.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/attributes/genMapDataCSS.pl b/share/attributes/genMapDataCSS.pl
index 380942794..0d6e5c13d 100755
--- a/share/attributes/genMapDataCSS.pl
+++ b/share/attributes/genMapDataCSS.pl
@@ -248,6 +248,11 @@ push @{$properties{ "transform" }->{elements}}, @graphics_elements;
$properties{ "transform" }->{default} = "none";
$properties{ "transform" }->{inherit} = "no";
+push @{$properties{ "transform-box" }->{elements}}, @container_elements;
+push @{$properties{ "transform-box" }->{elements}}, @graphics_elements;
+$properties{ "transform-box" }->{default} = "NO_DEFAULT"; # Default no 100% fixed.
+$properties{ "transform-box" }->{inherit} = "no";
+
push @{$properties{ "transform-origin" }->{elements}}, @container_elements;
push @{$properties{ "transform-origin" }->{elements}}, @graphics_elements;
$properties{ "transform-origin" }->{default} = "NO_DEFAULT"; # Default is complicated