PathGeometry support
Continuing from here:
viewtopic.php?f=3&t=604
Actually, I don't need to animate anything but I use it for clipping instead. If I create a path clipping mask in Inkscape, it exports it as PathGeometry.
What would be the fastest Inkscape->XAML->NoesisGUI workflow be if I want to create a static clipping path?
viewtopic.php?f=3&t=604
Actually, I don't need to animate anything but I use it for clipping instead. If I create a path clipping mask in Inkscape, it exports it as PathGeometry.
What would be the fastest Inkscape->XAML->NoesisGUI workflow be if I want to create a static clipping path?
-
sfernandez
Site Admin
- Posts: 3184
- Joined:
Re: PathGeometry support
Is there no option to export clipping geometry as an attribute in InkScape?
If your clipping path is static you can define it in the xaml as an svg command string, like this:
If your clipping path is static you can define it in the xaml as an svg command string, like this:
Code: Select all
<Canvas Clip="M 100 100 L 300 100 L 200 200 z">
<!-- .... -->
</Canvas>
Re: PathGeometry support
Inkscape has no export option for this, but I will see if I can convert it to Canvas Clip.
Who is online
Users browsing this forum: Ahrefs [Bot] and 2 guests