diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-10-15 09:30:51 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-10-15 09:30:51 +0000 |
| commit | 7955f779344953ea99a7cf0cb3a7982e06709364 (patch) | |
| tree | 9cee024f64f9b2904b360f600f21707273098982 /share/attributes/genMapDataCSS.pl | |
| parent | Add a few new properties dealing with text and transforms. (diff) | |
| download | inkscape-7955f779344953ea99a7cf0cb3a7982e06709364.tar.gz inkscape-7955f779344953ea99a7cf0cb3a7982e06709364.zip | |
Add 'transform-box' to CSS properties.
(bzr r14415)
Diffstat (limited to 'share/attributes/genMapDataCSS.pl')
| -rwxr-xr-x | share/attributes/genMapDataCSS.pl | 5 |
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 |
