Top "Svg" questions

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

How to show SVG file on React Native?

I want to show svg files (I have bunch of svg images) but the thing I couldn't find the way …

javascript svg react-native
jQuery SVG, why can't I addClass?

I am using jQuery SVG. I can't add or remove a class to an object. Anyone know my mistake? The …

javascript jquery css svg jquery-svg
SVG gradient using CSS

I'm trying to get a gradient applied to an SVG rect element. Currently, I'm using the fill attribute. In my …

css svg gradient linear-gradients
make an html svg object also a clickable link

I have an SVG object in my HTML page and am wrapping it in an anchor so when the svg …

html object svg anchor
Can you control how an SVG's stroke-width is drawn?

Currently building a browser-based SVG application. Within this app, various shapes can be styled and positioned by the user, including …

svg offset rect
Creating SVG graphics using Javascript?

How can I create SVG graphics using JavaScript? Do all browsers support SVG?

javascript graphics svg
How to style SVG with external CSS?

I have several SVG graphics I'd like to modify the colors of via my external style sheets - not directly …

html css svg stylesheet external
Does SVG support embedding of bitmap images?

Is an SVG image purely vectorial or can we combine bitmap images into an SVG image ? How about transforms applied …

image svg bitmapimage
jQuery SVG vs. Raphael

I'm working on an interactive interface using SVG and JavaScript/jQuery, and I'm trying to decide between Raphael and jQuery …

javascript jquery svg raphael
vertical alignment of text element in SVG

Let's say I have the SVG file: <svg width="1024" height="768" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://…

svg vertical-alignment w3c