Uploaded image for project: 'Batik'
  1. Batik
  2. BATIK-878

Exceptions thrown on to-animation with animateTransform

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Resolution: Unresolved
    • 1.8
    • None
    • Animation engine
    • None
    • Operating System: All
      Platform: All

    Description

      The following SVG file (which uses to-animation with <animateTransform>) throws many exceptions with the message "null".

      <svg xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(150 150)">
      <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
      transform="rotate(-90) translate(0 50) scale(2)">
      <animateTransform attributeName="transform"
      type="rotate" to="180" dur="2s" fill="freeze" additive="sum"/>
      </path>
      </g>
      </svg>

      Attachments

        1. bug46452-testcase.svg
          0.3 kB
          Helder Magalhães

        Activity

          People

            batik-dev@xmlgraphics.apache.org Batik Developer's Mailing list
            birtles@gmail.com Brian Birtles
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: