gpt4 book ai didi

java : Batik exception

转载 作者:行者123 更新时间:2023-12-01 12:54:35 25 4
gpt4 key购买 nike

在此先感谢您的帮助 !
我在使用 batik 和 svg 文件时遇到了问题,我实际上是用从 html 元素获得的 svg 创建的。
我得到的异常(exception)是:

org.apache.batik.bridge.BridgeException:文档中根元素之前的标记必须格式正确。
在 org.apache.batik.bridge.BridgeContext.getReferencedNode(BridgeContext.java:780)
在 org.apache.batik.bridge.BridgeContext.getReferencedElement(BridgeContext.java:796)
在 org.apache.batik.bridge.CSSUtilities.convertClipPath(CSSUtilities.java:719)
在 org.apache.batik.bridge.AbstractGraphicsNodeBridge.buildGraphicsNode(AbstractGraphicsNodeBridge.java:146)
在 org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:224)
在 org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:171)
在 org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:219)
在 org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:171)
在 org.apache.batik.bridge.GVTBuilder.build(GVTBuilder.java:82)
在 org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:208)
在 org.apache.batik.transcoder.image.ImageTranscoder.transcode(ImageTranscoder.java:92)
在 org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractTranscoder.java:142)
在 org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:156)
在 com.test.chart.server.GreetingServiceImpl.svgtopng(GreetingServiceImpl.java:110)
在 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
在 sun.reflect.NativeMethodAccessorImpl.invoke(未知来源)
在 sun.reflect.DelegatingMethodAccessorImpl.invoke(未知来源)
在 java.lang.reflect.Method.invoke(未知来源)
在 com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:561)
在 com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)
在 com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
在 com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
在 javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
在 javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
在 org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
在 org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
在 org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
在 org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
在 org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729)
在 org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
在 org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
在 org.mortbay.jetty.handler.RequestLogHandler.handle(RequestLogHandler.java:49)
在 org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
在 org.mortbay.jetty.Server.handle(Server.java:324)
在 org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
在 org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:843)
在 org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:647)
在 org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
在 org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
在 org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
在 org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)

我已经检查了所有内容,从运行正常的文件中获取 svg header ,更改内容,查看我的 svg 输入以确保一切看起来都不错,但仍然出现相同的错误。
svg 看起来像这样(对不起,长度..):

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" style="overflow: hidden;" height="2500" width="1304"><defs id="defs"><clipPath id="_ABSTRACT_RENDERER_ID_0"><rect height="1644" width="806" y="428" x="249"></rect></clipPath></defs><rect fill="#ffffff" stroke-width="0" stroke="none" height="2500" width="1304" y="0" x="0"></rect><g><rect fill="#ffffff" fill-opacity="0" stroke-width="0" stroke="none" height="6" width="237" y="428" x="1061"></rect><g><rect fill="#ffffff" fill-opacity="0" stroke-width="0" stroke="none" height="6" width="237" y="428" x="1061"></rect><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="433.1" x="1069" text-anchor="start">Value</text></g><rect fill="#3366cc" stroke-width="0" stroke="none" height="6" width="6" y="428" x="1061"></rect></g></g><g><rect fill="#ffffff" fill-opacity="0" stroke-width="0" stroke="none" height="1644" width="806" y="428" x="249"></rect><g clip-path="url(http://127.0.0.1:8888/ChartTest.html?gwt.codesvr=127.0.0.1:9997#_ABSTRACT_RENDERER_ID_0)"><g><rect fill="#cccccc" stroke-width="0" stroke="none" height="1644" width="1" y="428" x="249"></rect><rect fill="#cccccc" stroke-width="0" stroke="none" height="1644" width="1" y="428" x="450"></rect><rect fill="#cccccc" stroke-width="0" stroke="none" height="1644" width="1" y="428" x="652"></rect><rect fill="#cccccc" stroke-width="0" stroke="none" height="1644" width="1" y="428" x="853"></rect><rect fill="#cccccc" stroke-width="0" stroke="none" height="1644" width="1" y="428" x="1054"></rect></g><g><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="0" y="460" x="249"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="80" y="624" x="250"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="160" y="788" x="250"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="241" y="953" x="250"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="321" y="1117" x="250"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="402" y="1281" x="250"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="482" y="1445" x="250"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="563" y="1610" x="250"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="643" y="1774" x="250"></rect><rect fill="#3366cc" stroke-width="0" stroke="none" height="101" width="724" y="1938" x="250"></rect></g><g><rect fill="#333333" stroke-width="0" stroke="none" height="1644" width="1" y="428" x="249"></rect></g></g><g></g><g><g><text fill="#444444" stroke-width="0" stroke="none" font-size="20" font-family="Arial" y="2101" x="249.5" text-anchor="middle">0,0</text></g><g><text fill="#444444" stroke-width="0" stroke="none" font-size="20" font-family="Arial" y="2101" x="450.75" text-anchor="middle">2,5</text></g><g><text fill="#444444" stroke-width="0" stroke="none" font-size="20" font-family="Arial" y="2101" x="652" text-anchor="middle">5,0</text></g><g><text fill="#444444" stroke-width="0" stroke="none" font-size="20" font-family="Arial" y="2101" x="853.25" text-anchor="middle">7,5</text></g><g><text fill="#444444" stroke-width="0" stroke="none" font-size="20" font-family="Arial" y="2101" x="1054.5" text-anchor="middle">10,0</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="512.75" x="243" text-anchor="end">point0</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="677.0500000000001" x="243" text-anchor="end">point1</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="841.35" x="243" text-anchor="end">point2</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="1005.6500000000001" x="243" text-anchor="end">point3</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="1169.9499999999998" x="243" text-anchor="end">point4</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="1334.25" x="243" text-anchor="end">point5</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="1498.55" x="243" text-anchor="end">point6</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="1662.85" x="243" text-anchor="end">point7</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="1827.15" x="243" text-anchor="end">point8</text></g><g><text fill="#222222" stroke-width="0" stroke="none" font-size="6" font-family="Helvetica" y="1991.45" x="243" text-anchor="end">point9</text></g></g></g><g><g><text fill="#222222" stroke-width="0" stroke="none" transform="rotate(-90 121 1250)" font-style="italic" font-size="20" font-family="Arial" y="1250" x="121" text-anchor="middle">Name</text></g></g><g></g></svg>

如果您需要更多信息,请询问我!
非常感谢你的帮助,
科拉莉

最佳答案

问题不在于 XML 序言。即使您完全删除它也会失败。

我做了一些实验,罪魁祸首是:

<g clip-path="url(http://127.0.0.1:8888/ChartTest.html?gwt.codesvr=127.0.0.1:9997#_ABSTRACT_RENDERER_ID_0)">

它正在尝试引用另一个 URL 处的剪辑路径。 batik 不喜欢它。

如果您将其更改为简单的:
<g>

该文件似乎渲染得很好。

关于 java : Batik exception,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23996145/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com