1 / 5

Simple example

Simple example. Why it’s painfull. SVG source is 1275 lines 124 paths No ID on the erroneous paths to make easiest the identification of them As seen after, common tools doesn’t give us a useful diagnosis. Diagnosis by common tools. Opera : error console Nothing

gamma
Download Presentation

Simple example

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Simple example

  2. Whyit’spainfull • SVG source is • 1275 lines • 124 paths • No ID on the erroneous paths to make easiest the identification of them • As seen after, common tools doesn’t give us a useful diagnosis

  3. Diagnosis by commontools • Opera: error console • Nothing • Firefox: error console • Nothing • W3C XML Validator • Nothinguseful for the currentproblem

  4. Our tool • Call • java -jar SvgValidator.jar -dtdschema\svg11-flat.dtd -f jack_of_hearts_en_ERR.svg • Gives • <error> • <description>attribute not allowedatthispoint:fiil</description> • <elementname="path"> • <attributename="fiil"></attribute> • </element> • <line>1214</line> • <conlumn>125</conlumn> • <suggestions> • <suggestion>fill</suggestion> • … • </suggestions> • … • </error>

More Related