[Webkit-unassigned] [Bug 25645] SVG - overflow for big sized elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 10:37:08 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=25645





--- Comment #10 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-03-24 10:37:08 PST ---
(From update of attachment 51467)


>  template <typename FloatType> static bool _parseNumber(const UChar*& ptr, const UChar* end, FloatType& number, bool skip)
>  {
> -    int integer, exponent;
> -    FloatType decimal, frac;
> +    int exponent;
> +    FloatType integer, decimal, frac;

I'm not sure I agree with this. Why not use 'long long' for integer and
exponent?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list