Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Support external CSS style sheets #365

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please support style sheets in external files using the xml-stylesheet 
processing instruction:

     <?xml-stylesheet href="style.css" type="text/css"?>

Original issue reported on code.google.com by r...@indieimage.com on 25 Oct 2009 at 3:28

GoogleCodeExporter commented 8 years ago
I second this request.  I have an existing project that presently works fine in 
all
browsers besides IE (http://gatorswamp.org/tock.do).  Once svgweb supports 
external
linking of CSS and JS files within the SVG document, I will be able to have IE 
as
well.  Great work so far, least my SVG renders now in IE !!!

Original comment by bduchesn...@gmail.com on 7 Dec 2009 at 6:36

GoogleCodeExporter commented 8 years ago
This is a very valid requirement to have support for external style sheets. 
Most of the  
implementation often separate the styling specifications. This should supported 
on 
priority.

Original comment by vikas.na...@gmail.com on 19 Jan 2010 at 11:35

GoogleCodeExporter commented 8 years ago
This is one critical requirement to support the existing applications without 
having 
to change their implementations. This really should be supported on priority. 
Its 
high time for applications to decide on adopting alternative technologies to 
continue supporting features. It would be a severe blow to SVG as a technolgy 
if 
people start migrating to alternatives due to prolonged lack of support of such 
a 
critical feature as this. 

Original comment by vikas.na...@gmail.com on 6 Apr 2010 at 5:44

GoogleCodeExporter commented 8 years ago
I agree this is a critical issue, but we don't even have inline CSS support yet 
(i.e.
<style>circle { fill: red; }</style>. I don't foresee engineering cycles from 
anyone
on the team to implement this anytime soon. A well engineered patch from you 
that
implemented this would be _very_ desirable. :)

Original comment by bradneub...@gmail.com on 6 Apr 2010 at 5:54

GoogleCodeExporter commented 8 years ago
Is there any more word on when this feature will be completed? I am burning my 
own cycles trying to get REALLY SIMPLE things working with svgweb.

Original comment by codeh...@gmail.com on 9 Nov 2010 at 6:52

GoogleCodeExporter commented 8 years ago
No one is currently working on this feature; it depends on CSS <style> blocks 
being more robust in general (issue 189). If this is critical to your schedule 
creating a patch that implements it would be nice.

Original comment by bradneub...@gmail.com on 16 Nov 2010 at 10:28