Details

    • Technical task
    • Resolution: Unresolved
    • P2: Important
    • None
    • Quick: Shapes, SVG Support
    • None
    • All

    Description

      Cosmetic pen support is currently missing from Qt Quick Shapes itself, and therefore we are unable to support SVGs that depend on this.

      Example:

      <svg viewBox="0 0 500 240">
        <!-- normal -->
        <path
          d="M10,20 L40,100 L39,200 z"
          stroke="black"
          stroke-width="2px"
          fill="none"></path>
      
        <!-- scaled -->
        <path
          transform="translate(100,0) scale(4,1)"
          d="M10,20 L40,100 L39,200 z"
          stroke="black"
          stroke-width="2px"
          fill="none"></path>
      
        <!-- fixed-->
        <path
          vector-effect="non-scaling-stroke"
          transform="translate(300, 0) scale(4, 1)"
          d="M10,20 L40,100 L39,200 z"
          stroke="black"
          stroke-width="2px"
          fill="none"></path>
      </svg>
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qt.team.graphics.and.multimedia Qt Graphics Team
              esabraha Eskil Abrahamsen Blomfeldt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes