<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>93770</bug_id>
          
          <creation_ts>2012-08-11 17:20:22 -0700</creation_ts>
          <short_desc>When SVG is embedded as an image, the default font size is very small</short_desc>
          <delta_ts>2012-08-13 09:47:07 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>420+</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>68090</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philip Rogers">pdr</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>693155</commentid>
    <comment_count>0</comment_count>
    <who name="Philip Rogers">pdr</who>
    <bug_when>2012-08-11 17:20:22 -0700</bug_when>
    <thetext>Consider the following SVG:
&lt;svg id=&quot;svg&quot; width=&quot;300&quot; height=&quot;300&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
    &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;lightgray&quot;/&gt;
    &lt;text x=&quot;10&quot; y=&quot;20&quot;&gt;PASS1&lt;/text&gt;
    &lt;text x=&quot;10&quot; y=&quot;40&quot; font-size=&quot;14&quot;&gt;PASS2&lt;/text&gt;
&lt;/svg&gt;

Viewed alone, PASS1 and PASS2 are visible on a gray square. If the SVG is embedded though:
&lt;html&gt;
    &lt;img src=&quot;svg.svg&quot;/&gt;
&lt;/html&gt;

PASS2 will be rendered as expected but PASS1 will render very small--one pixel high and just a few pixels across.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>693745</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-08-13 09:47:07 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 68090 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>