Talk:SVG
| This is the talk page for discussing improvements to the SVG article. This is not a forum for general discussion of the subject of the article. |
Article policies
|
| Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
| Archives: 1, 2Auto-archiving period: 6 months |
| ESVG was merged into this article. The discussion was closed on 21 April 2012 with a consensus to merge. The original page is now a redirect to this article. Its history now serves to provide attribution for the content in this article, and it must not be deleted as long as this article exists. |
| This It is of interest to the following WikiProjects: | |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||

I've uploaded spreadsheets that automatically generate XML code for charts in SVG format.
Summary: You simply paste or enter your data into the spreadsheet, and specify image dimensions, number of grid lines, data ranges, font sizes, etc. The spreadsheets instantly and automatically generate a column of XML code. You simply copy and paste that code into a text editor and save as an ".svg" file. The spreadsheets produce lean SVG code, and should save you time in creating SVG charts. Though my original spreadsheets are written in Microsoft Excel, I've received reports that they also work if read into other spreadsheet programs.
Feedback and suggestions on my talk page are welcome. RCraig09 (talk) 23:41, 19 February 2021 (UTC)

Adobe claimed Dutch software engineer Martijn Koster first proposed the SVG file format in 1994. [1] Does it right? -- Great Brightstar (talk) 06:40, 16 May 2025 (UTC)
The redirect SVG BAsic has been listed at redirects for discussion to determine whether its use and function meets the redirect guidelines. Readers of this page are welcome to comment on this redirect at Wikipedia:Redirects for discussion/Log/2025 August 4 § SVG BAsic until a consensus is reached. 1234qwer1234qwer4 14:14, 4 August 2025 (UTC)
A lot of online sources talk about the "nominal" size (i.e., dimensions) of an SVG image. This concept should probably be discussed somewhere in this article. - dcljr (talk) 03:09, 25 August 2025 (UTC)
svg element, which has several attributes (all of which are optional) that might define what we could consider to be the "nominal" size. These include:
width= and height= attributes, possibly the most important for this purpose. They may specify the size using various units such as px, in, mm etc. If the units are omitted, px is assumed; if the attributes are omitted, 100% is assumed.viewBox= attribute; these are dimensionless, and px is impliedstyle= attribute might set the width: and height: propertiesclass= attribute might be associated with a stylesheet rule that includes declarations that set the width: and height: propertiessvg element lacks all of these attributes will have no nominal size, and the size of the image needs to be set by the document that uses the image, often by setting the width= and height= attributes in an img element. --Redrose64 🌹 (talk) 20:20, 25 August 2025 (UTC)
Hi there, I figured I'd add a discussion here about thumbnailers, since it isn't mentioned in the article. SVG is notoriously still unsupported for thumbnailing in Windows, despite its widespread market adoption. Search engines and AI tools still are recommending slow outdated options for thumbnailers. Here is the best one: https://alternativeto.net/software/thio-s-svg-thumbnail-extension/about/
source code: https://github.com/ThioJoe/win-svg-thumbs-rust
download: https://github.com/ThioJoe/win-svg-thumbs-rust/releases
Rj.amdphreak (talk) Rj.amdphreak (talk) 20:17, 28 May 2026 (UTC)
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.