Dirk Schulze
Dirk Schulze
@mpsuzuki I see that #112 references this issue. However, I don't see how the 2 are related. Maybe a mistake?
@mpsuzuki Are the rendering APIs in Qt4 and Qt5 incompatible? Kind of hard to imagine that they reinvented drawing :P If possible, absackt the code to be as independent of...
@mpsuzuki If you used GDI+ before it is not hard to get into D2D. The basic idea of rendering is similar. Would you be interested in working on the D2D...
@mpsuzuki No problem :)
An early prototype can be found here: https://github.com/dirkschulze/svg-native-viewer/tree/d2d-port (crashing after drawing currently).
@moazin It is complicated and the behaviour may differ even between web browsers. First, the `fill` property is an inherited property: https://www.w3.org/TR/SVG/painting.html#FillProperties If the value is not set, it inherits...
_For what ever reason, I am not detected as reviewer of this PR anymore. I can't even give inline comments. Here my comments:_ I see the issue now. We have...
@anthrotype Yes, `` is supported in general. I can not speak for the macOS/Safari implementation but to my knowledge this is the case for Safari and its OT-SVG fonts implementation...
Hi @Dimon-II . I am not fully sure what you are asking for. Could you add more details please?
Good point. We should add the length argument with additional information how to use the API in case of RapidJSON. Not sure why we didn't use `xmlReadMemory` earlier. Need to...