Changes between Initial Version and Version 1 of Ticket #5645, comment 11


Ignore:
Timestamp:
2019-10-17T15:29:09Z (5 years ago)
Author:
massimo ceraolo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5645, comment 11

    initial v1  
    22> It doesn't matter if you use Qt 5.6 or Qt 5.12 as according to the [https://doc-snapshots.qt.io/qt5-5.12/svgrendering.html documentation ] Qt 5.12 is using SVG 1.2.
    33Ah, ok. I did not check.
     4Strangely enough, SVG 1.2 seems not to exist, as it can be inferred from https://www.w3.org/TR/SVG2/changes.html.  In page https://inkscape.org/it/develop/about-svg/ there is the following sentence:
     5{{{
     6The only thing in Inkscape which currently is not standard-compliant is flowed text. This is because the standardization process for SVG 1.2, where flowed text was supposed to be included, was interrupted.
     7}}}
     8So, it seems that Qt is based on a dropped version of SVG.