Top "Svg" questions

Scalable Vector Graphics (SVG) is an XML-based two-dimensional vector graphics format that can also be used in HTML.

How can I get the output of a matplotlib plot as an SVG?

I need to take the output of a matplotlib plot and turn it into an SVG path that I can …

python svg matplotlib interpolation cairo
How to use .svg files in a webpage?

I want to know how can one actually use a .svg file In a web page?

image image-manipulation svg adobe-illustrator
How can I save svg code as a .svg image?

How could I save the following svg code as .svg image <svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.…

svg
rotate x axis text in d3

I am new to d3 and svg coding and am looking for a way to rotate text on the xAxis …

text svg transform d3.js
Embed SVG in SVG?

I have an SVG document, and I would like to include an external svg image within it, i.e. something …

xml svg embedding
With JavaScript, can I change the Z index/layer of an SVG <g> element?

Let's say I have a couple composite shapes (<g>). I want to be able to click and drag …

javascript svg
What are best practices for using SVG icons on Android?

I am about to create my first Android native (so not browser based) app and looking for some good practices …

android svg icons
html/css hexagon with image inside

Is there a chance to place an image inside a hexagon shape? I'm used to hexagonal shaped cells in html, …

html css svg css-shapes
Transparent text cut out of background

Is there any way to make a transparent text cut out of a background effect like the one in the …

css svg fonts css-shapes
SVG get text element width

I'm working on some ECMAScript/JavaScript for an SVG file and need to get the width and height of a …

javascript dom text svg