diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-09-30 11:24:43 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-09-30 11:24:43 +0000 |
| commit | e098320f36aba18034141ce2c3a0f0b9b00ffd47 (patch) | |
| tree | 0cdb6ead795333f4cd6d93a9f55abf96bb34ff4c /share/attributes/genMapDataSVG.pl | |
| parent | Remove the reset on the glyph tangent, it breaks text on path (bug lp:1627523) (diff) | |
| download | inkscape-e098320f36aba18034141ce2c3a0f0b9b00ffd47.tar.gz inkscape-e098320f36aba18034141ce2c3a0f0b9b00ffd47.zip | |
Update attributes list for rename of 'mesh' to 'meshgradient'.
(bzr r15140)
Diffstat (limited to 'share/attributes/genMapDataSVG.pl')
| -rwxr-xr-x | share/attributes/genMapDataSVG.pl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/attributes/genMapDataSVG.pl b/share/attributes/genMapDataSVG.pl index 24e760980..68f0bcbdb 100755 --- a/share/attributes/genMapDataSVG.pl +++ b/share/attributes/genMapDataSVG.pl @@ -86,16 +86,16 @@ push @{$attributes{ "transform" }->{elements}}, "flowRoot","flowPara","flowSpan" push @{$attributes{ "fr" }->{elements}}, "radialGradient"; # Mesh gradients -push @{$attributes{ "id" }->{elements}}, "mesh","meshrow","meshpatch"; +push @{$attributes{ "id" }->{elements}}, "meshgradient","mesh","meshrow","meshpatch"; push @{$attributes{ "path" }->{elements}}, "stop"; -push @{$attributes{ "gradientUnits" }->{elements}}, "mesh"; -push @{$attributes{ "gradientTransform" }->{elements}}, "mesh"; +push @{$attributes{ "gradientUnits" }->{elements}}, "meshgradient","mesh"; +push @{$attributes{ "gradientTransform" }->{elements}}, "meshgradient","mesh"; #push @{$attributes{ "transform" }->{elements}}, "mesh"; -push @{$attributes{ "href" }->{elements}}, "mesh"; -push @{$attributes{ "type" }->{elements}}, "mesh"; -push @{$attributes{ "x" }->{elements}}, "mesh"; -push @{$attributes{ "y" }->{elements}}, "mesh"; -push @{$attributes{ "xlink:href" }->{elements}}, "mesh"; +push @{$attributes{ "href" }->{elements}}, "meshgradient","mesh"; +push @{$attributes{ "type" }->{elements}}, "meshgradient","mesh"; +push @{$attributes{ "x" }->{elements}}, "meshgradient","mesh"; +push @{$attributes{ "y" }->{elements}}, "meshgradient","mesh"; +push @{$attributes{ "xlink:href" }->{elements}}, "meshgradient","mesh"; # Hatches push @{$attributes{ "id" }->{elements}}, "hatch","hatchpath"; |
