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

Exception thrown when using animateTransform

    XMLWordPrintableJSON

Details

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

    Description

      This test case throws an exception "! >= !":

      <svg xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink">
      <g transform="translate(150 150) scale(0.5)">
      <path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue">
      <animateTransform attributeName="transform" attributeType="XML"
      type="scale" fill="freeze" by="1" dur="0.5s"
      repeatCount="3" accumulate="sum"/>
      </path>
      </g>
      </svg>

      Attachments

        Activity

          People

            batik-dev@xmlgraphics.apache.org Batik Developer's Mailing list
            cam Cameron McCormack
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: