Should have sent it to the list... Further, I read from http://www.w3.org/TR/SVGTiny12/painting.html that:
A subpath consisting of a moveto and lineto to the same exact location or a subpath consisting of a moveto and a closepath shall not be stroked if the 'stroke-linecap' property has a value of butt **and shall be stroked if the 'stroke-linecap' property has a value of round** or square, **producing respectively a circle** or a square centered at the given point. ---------- Forwarded message ---------- On Wed, Aug 29, 2012 at 8:13 PM, Giuseppe D'Angelo <[email protected]> wrote: > AFAIK, there is no "style" attribute in SVG 1.1 Tiny. Hi thanks for this but even if I replace it with: <path d="M100 100L100 100" stroke="blue" stroke-linecap="round" stroke-width="10" /> ... there is no rendering whereas there is rendering on Inkscape, Firefox and IM. >From http://www.w3.org/TR/SVGTiny12/painting.html I verify that stroke-linecap and stroke-width are part of SVG Tiny 1.2. I reported https://bugreports.qt-project.org/browse/QTBUG-27058 -- Shriramana Sharma _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
