svg-preview icon indicating copy to clipboard operation
svg-preview copied to clipboard

External stylesheets not working

Open thany opened this issue 11 years ago • 0 comments

I've created a couple of svgs using xml external stylesheets. They work fine in a browser (tested Chrome, Firefox and IE), even when loaded from the local filesystem. In Brackets, it's as if the stylesheet isn't there.

I'm using it like this:

<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="../css/svgness.css"?>
<svg...

That css url is relative to the location of the svg.

Using Bracket 41, Windows 7, and SVG Preview 1.1.2.

thany avatar Jul 11 '14 08:07 thany