<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">
<div>Thanks, Cameron.</div>
<div><br>
</div>
<div>Vlad: thanks for putting Cameron's extended example into the draft ballot doc that you sent out today. I agree with that item in your doc.</div>
<div><br>
</div>
<div>However, I don't agree with the "5.7.11 – CPAL Palette Table” item in the draft ballot doc. I believe these changes are incorrect since hard-coded colors are different from default values for color variables if color variables aren't defined, as I explained
 in my response to Chris' comment.</div>
<div><br>
</div>
<div>Chris, did my response make sense? (By the way, one of your emails to the list showed up with Vlad as the sender, for some reason - contact me offline if you'd like more details).</div>
<div><br>
</div>
<div>Here’s my response again to Chris’ concern, FYI:</div>
<div><br>
</div>
<div><<<</div>
<div>
<div><span style="background-color: rgb(254, 253, 253);"><span style="line-height: 15px;">The explicit or “hard-coded” colors in the quote from the spec refers to colors </span><i style="line-height: 15px;">not</i><span style="line-height: 15px;"> related to
 color variables at all. They are simply colors that are always to be used when rendering the SVG, regardless of color palette selection or color palette support of the engine. For example, a font designer may want the teardrop on a crying emoji always to be
 blue (this is “hard-coded”) but the rest of the emoji is regulated by color variables, with the skin of the face having a default value of the standard smiley-face yellow (default both in the SVG glyph description itself and in the default color palette).</span></span></div>
</div>
<div>>>></div>
<div><br>
</div>
<div>Best,</div>
<div>Sairus </div>
<div><br>
</div>
<div>-----Original Message-----</div>
<div>From: Cameron McCormack <<a href="mailto:cam@mcc.id.au">cam@mcc.id.au</a>></div>
<div>Date: Thursday, November 20, 2014 at 6:28 PM</div>
<div>To: Sairus Patel <<a href="mailto:sppatel@adobe.com">sppatel@adobe.com</a>></div>
<div>Cc: Chris Lilley <<a href="mailto:chris@w3.org">chris@w3.org</a>>, Vladimir Levantovsky <<a href="mailto:Vladimir.Levantovsky@monotype.com">Vladimir.Levantovsky@monotype.com</a>>, "<a href="mailto:mpeg-OTspec@yahoogroups.com">mpeg-OTspec@yahoogroups.com</a>"
 <<a href="mailto:mpeg-OTspec@yahoogroups.com">mpeg-OTspec@yahoogroups.com</a>></div>
<div>Subject: Re: [mpeg-OTspec] AHG Kick-off and new draft to review</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>Sorry for my slow reply here.</div>
<div><br>
</div>
<div>Sairus Patel wrote:</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>The spec draft example shows:</div>
<div><br>
</div>
<div><path fill="var(--color0)" d="...”/></div>
<div><br>
</div>
<div>But doesn’t show how to code a default value if --color0 isn’t defined</div>
<div>in the stylesheet. I thought we had it there in some previous draft.</div>
<div>Cameron: does this ring a bell?</div>
</blockquote>
<div><br>
</div>
<div>I don't remember an example that demonstrated how to do that. But you </div>
<div>can do it like this:</div>
<div><br>
</div>
<div><path fill="var(--color0, yellow)" d="..."/></div>
<div><br>
</div>
<div>to use yellow when the --color0 variable is not defined.</div>
<div><br>
</div>
</blockquote>
</body>
</html>