Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

possibility to use css stylesheets #14

Open
alios opened this issue Jul 30, 2013 · 0 comments
Open

possibility to use css stylesheets #14

alios opened this issue Jul 30, 2013 · 0 comments

Comments

@alios
Copy link

alios commented Jul 30, 2013

I'am looking for a way to use style sheet definitions. Which is not possible at the moment.

For in doc use the style tag must be alllowed to have CSS CDATA, which is not possible with the current implementation.

    <style type="text/css"><![CDATA[
      rect {
        fill: red;
        stroke: blue;
        stroke-width: 3
      }
    ]]></style>

to be able to allow external stylesheets a xml-stylesheet tag must be used, for which no combinator exists.

<?xml version="1.0" standalone="no"?>
<?xml-stylesheet href="mystyle.css" type="text/css"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg> </svg>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant