You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/07/31 14:40:27 UTC

[Bug 120396] svg export uses wrong color values in rgb function in stop-color of gradient

https://issues.apache.org/ooo/show_bug.cgi?id=120396

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Armin.Le.Grand@me.com

--- Comment #1 from Armin Le Grand <Ar...@me.com> ---
ALG: Tried with fresh build (rev 1367054), could not reproduce. Neither
selection nor full page export produces bad svg's, both work as expected. The
svg contains:

    <linearGradient id="Gradient_2" gradientUnits="userSpaceOnUse" x1="3781"
y1="-1368" x2="6219" y2="5368">
     <stop offset="0" stop-color="rgb(0,0,255)"/>
     <stop offset="1" stop-color="rgb(255,255,0)"/>
    </linearGradient>
   </defs>
   <path fill="url(#Gradient_2)" stroke="none" id="Drawing_1_0" d="M 5000,4000
L 0,4000 0,0 10000,0 10000,4000 5000,4000 Z"/>

Could not reproduce.

-- 
You are receiving this mail because:
You are the assignee for the bug.