Difference between revisions of "SpecXAMLExport"

From Inkscape Wiki
Jump to navigation Jump to search
(XAML export specs page)
 
(new xaml exporter)
Tags: Replaced Visual edit
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Release Note ==
XAML export has been rewritten for Inkscape 1.3 using Python.
Initial XAML released in Inkscape 0.4x.


== Design ==
== XAML export==
This export extension uses the XSLT extension system.


== TODO ==
This documentation has been moved to the auto-generated extensions documentation, see [https://inkscape.gitlab.io/extensions/documentation/extensions/svg2xaml.html here].  
 
== Discussion ==
 
== Known limitations ==
Some SVG features are not are partially supported by XAML. When possible, a workaround has been implemented in the export filter to render the missing features. Some elements that can't be created with Inkscape are not supported.
 
== Detailed tests ==
(from the official SVG1.1 test suite at http://www.w3.org/Graphics/SVG/WG/wiki/Test_Suite_Overview)
 
=== Colors ===
*color-prop-01-b - CurrentColor value not supported.
*color-prop-03-t - Ok.
 
=== coords ===
*coords-coord-01-t - Ok.
*coords-coord-02-t - Ok.
*coords-trans-01-b - Ok.
*coords-trans-02-t - Ok.
*coords-trans-03-t - Ok.
*coords-trans-04-t - Ok.
*coords-trans-05-t - Ok.
*coords-trans-06-t - Ok.
*coords-units-01-b - Patterns not supported.
*coords-units-02-b - % positionning not supported.
*coords-units-03-b - em, ex and % not implemented.
*coords-viewattr-03-b -


[[Category:Developer Documentation]]
[[Category:Developer Documentation]]
[[Category:Specification]]
[[Category:Specification]]

Latest revision as of 20:17, 12 October 2022

XAML export has been rewritten for Inkscape 1.3 using Python.

XAML export

This documentation has been moved to the auto-generated extensions documentation, see here.