<?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>65236</bug_id>
          
          <creation_ts>2011-07-27 00:13:49 -0700</creation_ts>
          <short_desc>Adding own renderers to the basic SVG shapes</short_desc>
          <delta_ts>2014-05-13 22:41:34 -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>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>44374</dependson>
    
    <dependson>65769</dependson>
    
    <dependson>80423</dependson>
    
    <dependson>81472</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Renata Hodovan">rhodovan.u-szeged</reporter>
          <assigned_to name="Renata Hodovan">rhodovan.u-szeged</assigned_to>
          <cc>kling</cc>
    
    <cc>krit</cc>
    
    <cc>rwlbuis</cc>
    
    <cc>tonikitoo</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>442763</commentid>
    <comment_count>0</comment_count>
    <who name="Renata Hodovan">rhodovan.u-szeged</who>
    <bug_when>2011-07-27 00:13:49 -0700</bug_when>
    <thetext>SVG shapes such as &lt;rect&gt;, &lt;circle&gt;, &lt;ellipse&gt;, &lt;line&gt; etc are currently all rendered by RenderSVGPath, which means that they are synthesized into WebCore::Path objects and drawn via GraphicsContext&apos;s fillPath/strokePath methods.

The purpose is to take advantages of the underlaying platform&apos;s specific drawing methods, which are already accessible via GraphicsContext (drawRect, drawEllipse, and so on) 

This is the master bug of all new renderers.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1009188</commentid>
    <comment_count>1</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2014-05-13 22:41:34 -0700</bug_when>
    <thetext>At this point I don&apos;t think we want to add more diversity. You can convince me of course.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>