Where has org.apache.batik.dom.svg.SVGDOMImplementation gone?

前端 未结 4 1800
灰色年华
灰色年华 2021-01-11 12:18

In the documentation for batik, it shows how to get an instance of the DOM implementation from the class org.apache.batik.dom.svg.SVGDOMImplementation.

However, afte

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-11 12:37

    I found the answer, embedded in the maillist thread posted in @Ajay's answer.

    It seems that in order to solve this bug, they have moved SVGDOMImplementation into package org.apache.batik.anim.dom, which lives in the jar file batik-anim-1.8.jar.

    As at the time of writing, the batik web site had not yet been updated, and for some reason this change was also not highlighted in the release notes.

提交回复
热议问题