Git Product home page Git Product logo

Comments (1)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
Thanks for the report.

The Acid1 test hasn't changed.  However, as noted on the [SVG implementation 
details] page, I had to slightly modify the acid1.svg file for our tests.

I made two small changes to do with CSS support.  The mini CSS implementation I 
wrote is not bad for its size, but it doesn't support two things that acid1.svg 
uses.

(1) AndroidSVG doesn't support external CSS stylesheets, so I inlined the 
acid1.css file it uses, and
(2) we don't support attribute selectors properly, so the following CSS rule 
was changes to an inline style (ie. "fill: green"):

circle[cx="-120"][cy="-22.5%"][r="2%"] {
  fill: green;
}

Some might consider this cheating, but I think most people would prefer the 
smaller library size over a full CSS implementation.  The fact that I made 
these changes has always been stated on the [SVG imlementation details] page.

So that others can verify for themselves, I have made my modified Acid1 test 
file available on the downloads page.  See 
http://code.google.com/p/androidsvg/downloads/list

Marking "Wont fix".

Original comment by [email protected] on 28 Aug 2013 at 2:54

  • Changed state: WontFix

from androidsvg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.