diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2014-03-13 22:37:07 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2014-03-13 22:37:07 +0000 |
| commit | 32ef25632164e5af8766a5364400b579edde4ebf (patch) | |
| tree | e2fedf64a96e22351dae5321822dd902f6c9314e /src/attributes.cpp | |
| parent | Fix gradient position on document import (bug #1283193) (diff) | |
| download | inkscape-32ef25632164e5af8766a5364400b579edde4ebf.tar.gz inkscape-32ef25632164e5af8766a5364400b579edde4ebf.zip | |
Reimplement global aliasing toggle as a 'shape-rendering' property
on the root element.
(bzr r13146)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 1c62ea841..ee2a80fd3 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -117,7 +117,6 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"}, {SP_ATTR_UNITS, "units"}, {SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"}, - {SP_ATTR_INKSCAPE_ANTIALIASING, "inkscape:antialiasing"}, /* SPColorProfile */ {SP_ATTR_LOCAL, "local"}, {SP_ATTR_NAME, "name"}, |
