<?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>Illustrator &#8211; Say Yeah!</title>
	<atom:link href="https://sayyeah.com/digital-insights/tag/illustrator/feed/" rel="self" type="application/rss+xml" />
	<link>https://sayyeah.com</link>
	<description>Digital management consulting that shapes more effective organizations.</description>
	<lastBuildDate>Tue, 28 Apr 2020 18:34:44 +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>Illustrator &#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>
		<item>
		<title>Yes, we use Illustrator when designing websites.</title>
		<link>https://sayyeah.com/digital-insights/yes-we-use-illustrator-when-designing-websites/</link>
		
		<dc:creator><![CDATA[Lee Dale]]></dc:creator>
		<pubDate>Tue, 16 Jun 2009 19:00:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://sayyeah.com/sayYeah/sayYeahNewSite/wordpress/yes-we-use-illustrator-when-designing-websites/</guid>

					<description><![CDATA[<p>I personally don’t understand why anyone would use a photo editing program to design a website, but I also recognize we’re in the minority here. So here are some reasons why we use Illustrator when we’re designing websites, along with some tips and assets to help you do the same. As a designer, working with [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/yes-we-use-illustrator-when-designing-websites/">Yes, we use Illustrator when designing websites.</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-10074" src="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozmgzIJX1qa4s95.jpg" alt="Illustrator main interface with Say Yeah logo visible" srcset="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozmgzIJX1qa4s95.jpg 500w, https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozmgzIJX1qa4s95-300x107.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>I personally don’t understand why anyone would use a photo editing program to design a website, but I also recognize we’re in the minority here. So here are some reasons why we use Illustrator when we’re designing websites, along with some tips and assets to help you do the same.</p>
<p>As a designer, working with vector graphics over raster images gives you several distinct advantages. Specifically, you can move and swap groups of elements with ease, including adjusting their size, shape, colour, and layout almost instantaneously, without regard for diminishing resolution or sharpness issues when scaling, or colour issues when trying to replace colour or fill raster images.</p>
<p>These benefits are particularly useful for the web designer who may be working with changing page structures and user interface elements, such as button sizes, shapes, and colours, or shifting menus and submenus, including size, location and colour adjustments.</p>
<p><span id="more-5692"></span></p>
<p>As an added benefit, you can print out high quality preview images for review or for your portfolio.</p>
<p>With all this in mind, here are some tips and assets to get you started using Illustrator as a web design tool.</p>
<p>For starters, you need to understand a pixel issue that can be solved with some careful planning. It’s easy to starting placing elements off pixel in Illustrator which has the unfortunate result of making edges fuzzy. Website images are pixel specific, so if you have a 1 pixel line that is half on one pixel and have on another in Illustrator, it will end up being lighter or have fuzzy edges when you create your web image. To combat this there are two helpful Illustrator techniques, and the rest is up to you.</p>
<p><strong>Step 1: Turn on Pixel Preview.</strong></p>
<p>Pixel Preview will help you spot soft edges that are the result of off pixel elements. You’ll find pixel preview under your view menu, as follows:</p>
<p><img class="alignnone size-full wp-image-10073" src="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozmrCE0k1qa4s95.png" alt="Pixel preview menu" /></p>
<p>Here’s the difference between an image with Pixel Preview turned on, and one without Pixel Preview.</p>
<p>Without Pixel Preview:</p>
<p><img class="alignnone size-full wp-image-10072" src="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozndJ9zg1qa4s95.jpg" alt="Design without pixel preview" srcset="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozndJ9zg1qa4s95.jpg 500w, https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozndJ9zg1qa4s95-300x101.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>This highly zoomed in browser template looks perfectly smooth without Pixel Preview turned on, but that’s deceptive when it’s a screen resolution website you’re designing.</p>
<p>With Pixel Preview:</p>
<p><img class="alignnone size-full wp-image-10071" src="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8oznrC1d31qa4s95.jpg" alt="Design with pixel preview" srcset="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8oznrC1d31qa4s95.jpg 500w, https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8oznrC1d31qa4s95-300x101.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>With Pixel Preview turned on, zooming in shows you the actual pixels which make up your on screen image. This really helps spot off pixel lines which will appear blurry instead of crisp. Here’s the exact same image, with elements sitting at .5 vertical and .5 horizontal coordinates instead of precisely on pixel.</p>
<p><img class="alignnone wp-image-10070 size-full" src="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozo3C9am1qa4s95.jpg" alt="Off pixel design, zoomed in" srcset="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozo3C9am1qa4s95.jpg 500w, https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozo3C9am1qa4s95-300x101.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>You can see here that both horizontal and vertical single pixel crisp lines now appear disjointed or faded across two pixels. That’s because they are. This means when you save these images for web, your clean lines become muddy pasty things that make your website look less than stellar.</p>
<p>So, what else can you do in Illustrator to prevent off pixel elements.</p>
<p><strong>Step 2: Get friendly with Illustrator’s Transform window.</strong></p>
<p>First and foremost, as shown below, ensure that the little black square on the grid of 9 squares in the Transform window is in the top left and not in the centre. Now that you’ve done this, you can easily see, when drawing lines or placing shapes, when an element is not precisely on pixel.</p>
<p><img class="alignnone size-full wp-image-10069" src="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozomSQKq1qa4s95.png" alt="Transform window" /></p>
<p>Specifically, instead of the whole numbers shown above, you’ll see decimal points. You don’t want decimal points, particularly on your x and y axis, though rounded elements and text will often not be perfect. As much as possible, it’s ideal to clean this stuff up. Here’s an example of what you don’t want to see:</p>
<p><img class="alignnone size-full wp-image-10068" src="https://insights.sayyeah.com/wp-content/uploads/2009/06/tumblr_l8ozp2UWyx1qa4s95.png" alt="Transform window" /></p>
<p>If you are seeing this, the solution is to simply delete everything following the decimal points. If you do this, Illustrator will shift the element onto pixel.</p>
<p>So that’s really all you need to know to make sure that your Illustrator elements are crisp and clear when you’re designing for the web.  Enjoy!</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/yes-we-use-illustrator-when-designing-websites/">Yes, we use Illustrator when designing websites.</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
