sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 641 forks source link

Direct2D and SVG #954

Closed mrvux closed 6 years ago

mrvux commented 6 years ago

Hello,

this pull request adds many functions to improve the Svg support in Direct2D:

One part I'm curious of, set overloads work fine, but maybe instead (or on top of) of get overloads (with out parameters), can have "GetColorAttribute", "GetValueAttribute" and so on.

Thanks

xoofx commented 6 years ago

Thanks!