Skip to main content

All Questions

Tagged with
0 votes
2 answers
34 views

XSL File create SVG Chart with xml data

iam currently trying to convert an xml report to html via an xsl file (works good so far!) and afterwards convert the html to a pdf via xslt-fo. I'd like to create an svg pie chart with some data from ...
Alex's user avatar
  • 1
0 votes
0 answers
40 views

Calculate position (transform) on SVG object in code?

I have started a small project to make sheets of (complex) labels in code by effectively merging first a pre-generated QR code (svg format) onto a single label, then this label onto a master sheet. ...
MyICQ's user avatar
  • 1,144
0 votes
1 answer
35 views

SVG pixelized edges in Android Jetpack Compose

I converted the logo from SVG to XML in Android Studio. One change I had to make was replacing 'Fill' with '#pattern' with 'FillColor' because #pattern is not supported in Android. I don't think that ...
StonedCodingTom's user avatar
0 votes
1 answer
31 views

Get the colour code to change svg image colour

I am trying to change the colour of an svg but can't find the colour code to change. I know that I need to change it here fill='%23C03865'. How do I get the colour code for: #D1FF71 I have tried ...
K G's user avatar
  • 13
0 votes
1 answer
39 views

svg auto-scaling with fixed canvas size between end-user resolutions

I have a Power BI which I'm using the HTML Content visual to generate a .svg image. By default, the canvas is 1280x720 for maximum compatibility (this I cannot change). The .svg was created in Canva,...
Ahrion Gallegos's user avatar
0 votes
0 answers
7 views

Can I edit colors of external svg file using fetch and xml dom?

What I want to do is to first fetch the external svg file, and then load it as an XML DOM. I then want to be able to edit the stroke colors and fills of the svg. However, what I have doesn't seem to ...
Felt_Notebook's user avatar
0 votes
0 answers
23 views

Decompose xml node into other nodes using xslt [duplicate]

I am trying to replace a node with other nodes, using the attributes of the original node and I am not able to find a way. The specific node I need to replace is feDropShadow, and I need to create new ...
user2390459's user avatar
1 vote
2 answers
84 views

HTML code with MathJax SVG does not work in XHTML

I have the following test.html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="en" xmlns=&...
f10w's user avatar
  • 1,576
0 votes
0 answers
34 views

Is it possible to add a white shadow on an SVG image that contains a North arrow and text?

I have an SVG image of a North arrow that I am using in GIS. The software I am using doesn't allow me to add a 'halo' or any sort of shadow around the North arrow text and components. It is a ...
ashlosaur's user avatar
0 votes
1 answer
70 views

Getting the filename during collection processing in Saxon XSLT

I'm trying to process a directory full of SVG files using XSL-T. I currently have tried: <?xml version="1.0"?> <xsl:stylesheet version="2.0" xmlns="...
TheChrisPratt's user avatar
0 votes
0 answers
55 views

How to make svg elements so that it always take full width and height of it's parent?

Suppose this is the code I've <div class="container pt-120 pb-120"> <div class="row"> <div class="col-12"> <div> ...
Mahabub Hossain's user avatar
0 votes
1 answer
66 views

How do I process a directory of SVG files with Saxon XSLT

I'm trying to process a directory full of SVG files using XSL-T. I currently have tried: <?xml version="1.0"?> <xsl:stylesheet version="2.0" xmlns:xsl=&...
TheChrisPratt's user avatar
0 votes
0 answers
41 views

How to display svg image with a negative size with svg write in python?

While Parsing from a xml file i have a rectangle with negative values. I am trying to convert this to a svg file, but i can' seem to display the rectangle if it has negative value? Does anyone know a ...
faried badloe's user avatar
0 votes
0 answers
246 views

Add foreignObject in svg

I am fighting with a foreignObject to add to my svg. I was able to do editing original svg file, but not through c# Here my foreignObject to add, after : <foreignObject xmlns="http://www.w3....
chriswaddle's user avatar
0 votes
1 answer
108 views

Attribute "data-name" is not allowed here

I am working in Android Studio and have +100 errors in my different svg files. Android Studio suggests to remove all of the "data-name" attributes. I have tried to "sync project with ...
caroline's user avatar

15 30 50 per page
1
2 3 4 5
50