Approved.

jim

On Mar 13, 2006, at 3:53 PM, Max Carlson wrote:

> Change 40532 by [EMAIL PROTECTED] on 2006/03/13 15:48:07 *pending*
>
>         Summary:  Arc now matches the WHATWG specification.
>
>         New Features:
>
>         Bugs Fixed: LPP-1588
>
>         Technical Reviewer:  Jim
>         QA Reviewer:  (pending)
>         Doc Reviewer:  (pending)
>
>         Documentation:
>
>         Release Notes:
>
>         Details:
>
>         Tests:
>
> Affected files ...
>
> ... //depot/lps-dev/WEB-INF/lps/lfc/views/LzDrawView.as#19 edit
> ... //depot/lps-dev/test/bugs/lpp-1588.lzx#1 add
>
>
> Differences ...
>
> //depot/lps-dev/test/bugs/lpp-1588.lzx#1 - file(s) not on client.
> ==== //depot/lps-dev/WEB-INF/lps/lfc/views/LzDrawView.as#19 - c: 
> \Laszlo\lps-dev\
> WEB-INF\lps\lfc\views\LzDrawView.as ====
> 276,277c276,277
> < // @param Number startAngle: Angle to start in degrees
> < // @param Number endAngle: Angle to end in degrees
> ---
> > // @param Number startAngle: Angle to start in radians
> > // @param Number endAngle: Angle to end in radians
> 280a281,284
> >       x += radius*Math.cos(startAngle);
> >       y += radius*Math.sin(startAngle);
> >       startAngle *= 180/Math.PI;
> >       endAngle *= 180/Math.PI;
> 282c286
> <     this.moveTo(x, y);
> ---
> >       this.moveTo(x, y);
> <changeset-40532.zip>

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to