Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
svg
- Page 1
Re: SVG Element Size
Programming
Web Development
9 Years Ago
by AndrisP
…="utf-8"?> <!DOCTYPE
svg
PUBLIC "-//W3C//DTD
SVG
1.1//EN" "http://www.w3…fill="#888888" opacity="1" /> </
svg
> if you change "width" and "height…="#888888" opacity="1" /> </
svg
> but if you change "viewBox" then image…
SVG Responsive Images and Achored Links
Programming
Web Development
9 Years Ago
by squeak24
…width="99%"> Your Browser does not support
SVG
</object> But the problem with this, I have…;UTF-8" standalone="no"?> <
svg
xmlns:dc="http://purl.org/dc/elements/1.1…rdf:about=""> <dc:format>image/
svg
+xml</dc:format> <dc:type rdf:…
Svg object scrollbar & alignment off in safari 5.1
Digital Media
UI / UX Design
12 Years Ago
by turpentyne
… the underlying div. Any thoughts? Right now, my
svg
file is like this: <?xml version="1…lt;!-- several other similar grouped rollovers here --> </
svg
> And the html here, with the object on …thewalshgroup.ca/dev/highpark/inc/floorplans/floorplan_rolls.
svg
" type="image/
svg
+xml" codebase="http://www.…
Re: SVG best tag option
Programming
Web Development
5 Years Ago
by gentlemedia
…>` instead of a regular `<img>` tag. The
SVG
sprites can be placed straight in the HTML, but if… 0 18 1.73z"/> </symbol> </
svg
> You can put that in a blank file and… save it as sprites.
svg
in your image folder and then you can display the…
Re: Svg object scrollbar & alignment off in safari 5.1
Digital Media
UI / UX Design
12 Years Ago
by LastMitch
… I read online about it's a bug dealing with **
SVG
** and **Safari** & **Chrome**. The only solution is to work…
Re: SVG? How can I create a SVG file?
Programming
Web Development
16 Years Ago
by peter_budo
…'m not mistaken you should be able to work with
SVG
in Illustrator ad Freehand as these are one of vector…?hl=en&q=how-to+
svg
&btnG=Search&meta="]how-to
svg
[/URL] or [URL="http://www…/search?hl=en&q=draw+
svg
&btnG=Google+Search&meta="]draw
svg
[/URL] you get some additional resources…
Re: SVG best tag option
Programming
Web Development
6 Years Ago
by Dani
I don't use
SVG
images myself, but I think that you can use `<img src=...>` for .
svg
files and the `<
svg
>` tag is for inline
SVG
code.
Re: SVG best tag option
Programming
Web Development
5 Years Ago
by pankaj_patel
Simplest way to use
svg
fime in HTML is to use it with …If you wanna go advanced, you can paste the `
SVG
` code as well in the HTML (except the xml… style with CSS; as almost all the components of
SVG
are CSS designable. The use case with `div`; …you can put the
SVG
as baackground-image and control the size by background-size…
SVG to GIF
Programming
Web Development
17 Years Ago
by savola28
I have an web application, which can produce
SVG
-format charts, but I can't rely on that my clients have browsers that can display
SVG
-format. Therefore I wonder if there is any web script available, that can convert
SVG
format charts to GIF format images (or to other image-formats).
SVG working
Programming
Mobile Development
12 Years Ago
by millroy
hi i have slight
svg
which has an image on it its like i want … rotate this image and i am using svgmatrix and other
svg
classes for this the problem here is the image takes… the central point from the top-left corner of the
SVG
file how can i change this central pooint another way…
SVG Element Size
Programming
Web Development
9 Years Ago
by Siberian
… without effecting the size of the
SVG
. As has a huge space around the
SVG
file and I must get the element… to the size of the
SVG
. The problem is the viewport is bigger then then actual…
SVG best tag option
Programming
Web Development
6 Years Ago
by jParker66
… a table in illustrator and exported it out as an
svg
. I want to place them in a table head, and… my icon. What is the best tag to use for
svg
in my case? below is sample of what I have…" src ="assets/sort-up-and-down-arrows-couple.
svg
"></th>
SVG to gif
Programming
Web Development
17 Years Ago
by savola28
Hi! I wonder if there is very simple way to convert
SVG
format images to gif format. For example: <img src="ImageConverter.js"> ImageConverter.js gets the
SVG
-image from somewhere and returns image in gif format.
Re: SVG to GIF
Programming
Web Development
16 Years Ago
by kroket
Try Altsoft Xml2PDF <URL SNIPPED> to convetr
SVG
to Gif
SVG / XML parsing.
Programming
Web Development
14 Years Ago
by iaaan
Hey, I'm uploading an
SVG
file, parsing the XML and then using PHP to redraw …the image using the GD library. The
SVG
files are made with CorelDraw. Everything is going well, I…
SVG rendening of text on smartphones
Programming
Software Development
11 Years Ago
by owenransen
I've had some reports that some
SVG
files I've created work, but without the text. Is …there a problem of rendering
SVG
text on smartphones and browsers? Here are my test files…
SVG text warp question
Programming
Software Development
11 Years Ago
by 9tontruck
… I am looking for a way to warp texts using
svg
. I found it I can resize text vertically and horizontally…-pwbl.png Is there a way to do this using
svg
? Thanks in advance
Re: SVG Element Size
Programming
Web Development
9 Years Ago
by hericles
Maybe some code would make it more obvious. It sounds like CSS height and width would be all you need if you have to re-size a surrounding element to match the
SVG
.
Re: SVG Element Size
Programming
Web Development
9 Years Ago
by gentlemedia
hericles is right. Give the containing element in your CSS the same dimensions as the
svg
's viewBox size and sharing your code would be indeed handy.
SVG & CSS Animate
Programming
Web Development
9 Years Ago
by Siberian
Hi, I need to have the
SVG
graphic eraser, animate and erase the
SVG
graphic, previous. I've tried aligning classes as in @keyframe .className; as well as nesting a class within @keyframe with no success ? [[Example](https://jsbin.com/qoberofuza/edit?html,css,output)]
Re: SVG best tag option
Programming
Web Development
6 Years Ago
by Dani
Sorry, I guess I’m a little confused by what you mean by tag? HTML tag? Like `<
SVG
>`?
Re: SVG best tag option
Programming
Web Development
5 Years Ago
by Ross_Ostin
You need to use <img src="" />.
Svg
tag use only for code
SVG? How can I create a SVG file?
Programming
Web Development
16 Years Ago
by Techie08
I need to change my graphic into an
SVG
file ("vector format") for a project I need printed. How can I do this without buying super expensive software? I've read it's possible to script it, but I have no idea where to even start. Any help is appreciated :) Thanks!!
Re: SVG / XML parsing.
Programming
Web Development
14 Years Ago
by pritaeas
[url]http://www.w3.org/TR/
SVG
/[/url]
Re: SVG & CSS Animate
Programming
Web Development
9 Years Ago
by gentlemedia
You will have to define the animation name in the @keyframe: @keyframe er { /* do animations */ } And to erase your object, you will need another method then an inline
SVG
. Probably canvas, but I'm not sure so you will have to dive into that yourself.
SVG to JPG conversion tool
Programming
Software Development
15 Years Ago
by ajay_p5
Hi, I am looking for a conversion tool for converting an
svg
file into a jpg file. Does anybody know of a perl library which can do it or a tool with as few dependencies as possible and which can be accessed by command line. Thanks, Aj
Re: SVG to JPG conversion tool
Programming
Software Development
15 Years Ago
by scrappedcola
There are a couple of Java programs that do this or you can use a plug in for gimp. Try this link: [url]http://www.freelists.org/post/hllug/Converting-
SVG
-to-JPG[/url].
Re: What Is SVG And Why Do You Use It?
Programming
Web Development
5 Years Ago
by Purvi_1
… on the Web and other environments. > >
SVG
documents are nothing more than simple plain text files that…, etc. Then you can infinitely zoom such objects.
SVG
is the only vector graphic format widely supported by today…all major web browsers, across billions of devices. Because
SVG
lets you send vectors across the Internet (though it …
Re: What Is SVG And Why Do You Use It?
Programming
Web Development
5 Years Ago
by dipali tumble
SVG
is a vector graphic format—based on XML and is used to display a variety of graphics on the Web and other environments. Under the hood,
SVG
documents are nothing more than simple plain text files that describe lines, curves, shapes, colors, and text.
Re: SVG Path to Circle to Canvas system ?
Programming
Web Development
8 Years Ago
by ryantroop
… hearts content. Now, if your intention is the modify
SVG
data through a canvas interface, then you are building an… each modification, and all pixels are merged together); where
SVG
there is an object in memory that is converted to…). In other terms - canvases are "lossy" where
SVG
's technically are not. This is also why canvases are…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC