<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="MS UI Gothic" size=2>Hello Everyone,</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>I have a question about font
styling. My style sheet is asking for a stroke-width of 0.5. Do I
set this up like a polygon with an outlinecolor of less than 1? If so,
does anyone know how to do that?</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Here's my style sheet exerpt:</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2><xsl:template match= "svg/g[@id=
'p_eki_u']"
><BR> <g><BR> <xsl:copy-of
select="@*"/><BR> <BR> <xsl:attribute
name="style">stroke:#7F7F7F;stroke-width:0.4;
fill:#E000A1;</xsl:attribute><BR> <BR> <xsl:copy-of
select="./*"/> <BR> </g><BR> </xsl:template></FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>and my layer so far ...</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2> LAYER<BR> NAME
c_eki_oh<BR> STATUS ON<BR> TILEINDEX "c_eki_oh_ix"<BR>
TILEITEM "location"<BR> TYPE ANNOTATION<BR> LABELITEM
"label"</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV><FONT
face="MS UI Gothic" size=2>
<DIV><BR> ###Z5<BR> CLASS<BR># MAXSCALE 20000 #Z5
MAX<BR># MINSCALE 16001 #Z5 MIN<BR>
LABEL<BR> TYPE
TRUETYPE<BR> MINDISTANCE
250<BR> FONT
kochi-mincho<BR> SIZE
7.5<BR> COLOR 0 0 0
<BR> #WIDTH 0.3<BR> POSITION
AUTO<BR> ENCODING
SJIS<BR> PARTIALS
FALSE<BR> END<BR> END</DIV>
<DIV> </DIV>
<DIV><BR> ###Z5<BR> CLASS<BR># MAXSCALE 20000 #Z5
MAX<BR># MINSCALE 16001 #Z5 MIN<BR>
LABEL<BR> TYPE
TRUETYPE<BR> MINDISTANCE
250<BR> FONT
kochi-mincho<BR> SIZE
7.5<BR> COLOR 0 0 0 <BR>
#WIDTH 0.3<BR> POSITION AUTO<BR> ENCODING
SJIS<BR> PARTIALS
FALSE<BR> END<BR> END</DIV>
<DIV> </DIV>
<DIV> END</DIV>
<DIV> </DIV>
<DIV>Uncommenting WIDTH crashes it.</DIV>
<DIV> </DIV>
<DIV>Thank you in advance,</DIV>
<DIV>Tom</FONT></DIV></BODY></HTML>