<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SVG &#8211; Say Yeah!</title>
	<atom:link href="https://sayyeah.com/digital-insights/tag/svg/feed/" rel="self" type="application/rss+xml" />
	<link>https://sayyeah.com</link>
	<description>Digital management consulting that shapes more effective organizations.</description>
	<lastBuildDate>Mon, 27 Apr 2020 20:40:22 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4</generator>

<image>
	<url>https://insights.sayyeah.com/wp-content/uploads/2021/10/cropped-apple-touch-icon-32x32.png</url>
	<title>SVG &#8211; Say Yeah!</title>
	<link>https://sayyeah.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SVG: The most exciting format since the Animated GIF</title>
		<link>https://sayyeah.com/digital-insights/svg-the-most-exciting-format-since-the-animated/</link>
		
		<dc:creator><![CDATA[Lee Dale]]></dc:creator>
		<pubDate>Thu, 31 Jul 2014 21:19:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://sayyeah.com/sayYeah/sayYeahNewSite/wordpress/svg-the-most-exciting-format-since-the-animated/</guid>

					<description><![CDATA[<p>As an avid Adobe Illustrator user for the past 15 years, I think it’s safe to say that I love the vector format. That’s why I’m excited SVG is gaining traction. The good The many benefits of SVG: Scale without quality loss Smaller file sizes Is simply an XML file; you can open an SVG [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/svg-the-most-exciting-format-since-the-animated/">SVG: The most exciting format since the Animated GIF</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-10383" src="https://insights.sayyeah.com/wp-content/uploads/2014/07/tumblr_inline_n9l6rpNuGI1qa4s95.jpg" alt="Kipu character overtop of SVG code" srcset="https://insights.sayyeah.com/wp-content/uploads/2014/07/tumblr_inline_n9l6rpNuGI1qa4s95.jpg 500w, https://insights.sayyeah.com/wp-content/uploads/2014/07/tumblr_inline_n9l6rpNuGI1qa4s95-300x162.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>As an avid Adobe Illustrator user for the past 15 years, I think it’s safe to say that I love the vector format. That’s why I’m excited SVG is gaining traction.</p>
<p><span id="more-277"></span></p>
<p><strong>The good</strong></p>
<p>The many benefits of SVG:</p>
<ul>
<li>Scale without quality loss</li>
<li>Smaller file sizes</li>
<li>Is simply an XML file; you can open an SVG in a text editor and edit the code.</li>
<li>Can be styled with CSS; colours can be changed, elements hidden, allowing a single image to be used for multiple purposes.</li>
<li>Animation</li>
</ul>
<p><strong>The bad</strong></p>
<p>Nothing’s perfect, and browser support for SVG is no exception;</p>
<ul>
<li>Quirky behaviour in some modern browsers</li>
<li>Old browsers lack support (IE prior to version 9, Android prior to version 4)</li>
<li>The way you load an image affects whether or not it can be styled with external stylesheets</li>
<li>It can be tricky to wrap your head around the way <a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox">viewBox</a> works</li>
</ul>
<p><strong>The resources</strong></p>
<p>If you’re interested in the SVG format, below are some great resources to help you get started.</p>
<p><a href="http://css-tricks.com/using-svg/">CSS-Tricks &#8211; Using SVG</a></p>
<p>A great place to start, with overviews of browser support, CSS integration, and the various methods of loading SVG on your site.</p>
<p><a href="http://caniuse.com/svg">Can I Use &#8211; SVG Browser Support</a></p>
<p>Helpful table indicating browser support for SVG</p>
<p><a href="http://stackoverflow.com/a/13238555/3761171">StackOverflow &#8211; Optimal Settings for Illustrator Export</a></p>
<p>The title says it all, a short guide to exporting SVG from Illustrator.</p>
<p><a href="http://stackoverflow.com/a/13238555/3761171">Making Sense of SVG viewBox’s Madness</a></p>
<p>Helpful examples that explain how and why viewBox works the way it does.</p>
<p><a href="http://snapsvg.io">Snap SVG</a></p>
<p>An Adobe backed SVG Javascript framework for loading and animating SVG in modern browsers. Be sure to check out their <a href="http://snapsvg.io/demos/">demos</a>.<a href="http://snapsvg.io/demos/"><br />
</a></p>
<p><a href="http://raphaeljs.com">Raphael</a></p>
<p>SnapSVG’s older brother. Written by the same developer, Dmitry Baranovskiy, Raphael is a little heftier in the codebase than Snap, but includes support for older browsers.</p>
<p><a href="https://useiconic.com/tour/">Iconic</a></p>
<p>An extensive collection of standard interface icons in browser ready SVG format.</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/svg-the-most-exciting-format-since-the-animated/">SVG: The most exciting format since the Animated GIF</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
