MRchildNEO / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

font: only last definition used #587

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define 2 fonts to include in svg-file (defs)
  <font id="F1">
    <font-face  font-family="BS" font-style="normal" font-weight="normal"
    ..
  </font>
  <font id="F2">
    <font-face  font-family="BS" font-style="normal" font-weight="bold"
    .. 
2. Only BOLD font is available
3. If font F1 is placed after F2 - Only NORMAL font is used

What version of the product are you using? On what operating system,
browser, and version of Flash?

Please provide any additional information below. Reduced test cases are
always appreciated!

Original issue reported on code.google.com by niels...@gmail.com on 7 Dec 2010 at 12:22

GoogleCodeExporter commented 8 years ago
Linux, Crome, Flash 10

Original comment by niels...@gmail.com on 7 Dec 2010 at 12:25