View Issue Details

IDProjectCategoryView StatusLast Update
0002311NoesisGUIC++ SDKpublic2025-08-27 14:32
Reporterjsantos Assigned Tojsantos  
PrioritynormalSeverityfeature 
Status assignedResolutionopen 
Summary0002311: Support for SVG
Description

Implement 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>
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 
related to 0004356 assignedjsantos Method To Support Vectors As Files 

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
2025-05-29 14:00 jsantos Description Updated
2025-08-25 17:52 jsantos Relationship added related to 0004356