View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002311 | NoesisGUI | C++ SDK | public | 2022-03-18 11:06 | 2023-09-28 15:42 |
Reporter | jsantos | Assigned To | jsantos | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0002311: 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> | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
related to | 0002309 | assigned | jsantos | Implement support for CacheMode |
related to | 0001547 | assigned | sfernandez | Support lighter-weight Drawing objects |
related to | 0001110 | assigned | sfernandez | Support for DrawingBrush |
related to | 0002310 | assigned | sfernandez | Support for DrawingImage |
related to | 0002614 | assigned | jsantos | SVG Importer |
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 |