View Issue Details

IDProjectCategoryView StatusLast Update
0002311NoesisGUIC++ SDKpublic2023-09-28 15:42
Reporterjsantos Assigned Tojsantos  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status assignedResolutionopen 
Summary0002311: Support for SVG
DescriptionImplement support for parsing SVG to Drawing objects. These objects can be rendered using 'OnRender' or as a texture using DrawingBrush or DrawingImage.

There is the following community effort for WPF: https://github.com/dotnetprojects/SVGImage
And a proposal to have this supported in WPF: https://github.com/dotnet/wpf/issues/86

The implementation must support binding to internal attributes of the SVG. For example:

<local:SVG Source="Data/something.svg">
  <Param Name="hand/fill.color" Value="{Binding HandColor}"/>
  <Param Name="icon/stroke.color" Value="{Binding IconStroke}"/>
</local:SVG>
TagsNo tags attached.
PlatformAny

Relationships

related to 0002309 assignedjsantos Implement support for CacheMode 
related to 0001547 assignedsfernandez Support lighter-weight Drawing objects 
related to 0001110 assignedsfernandez Support for DrawingBrush 
related to 0002310 assignedsfernandez Support for DrawingImage 
related to 0002614 assignedjsantos SVG Importer 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-03-18 11:06 jsantos New Issue
2022-03-18 11:06 jsantos Assigned To => jsantos
2022-03-18 11:06 jsantos Status new => assigned
2022-03-18 11:06 jsantos Relationship added related to 0002309
2022-03-18 11:06 jsantos Relationship added related to 0001547
2022-03-18 11:06 jsantos Relationship added related to 0001110
2022-03-18 11:06 jsantos Relationship added related to 0002310
2022-03-18 11:24 jsantos Description Updated
2022-03-18 11:24 jsantos Description Updated
2023-05-31 16:32 jsantos Relationship added related to 0002614