Message from discussion
drawImage + measureText patch
MIME-Version: 1.0
Received: by 10.100.12.4 with SMTP id 4mr513444anl.11.1245471179819; Fri, 19
Jun 2009 21:12:59 -0700 (PDT)
Date: Fri, 19 Jun 2009 21:12:59 -0700 (PDT)
In-Reply-To: <6eeb8bd10906192003g3751782br524f0401fb14d091@mail.gmail.com>
X-IP: 24.73.72.61
References: <58b5560f-2de8-4ed5-a5b7-dbec873a9dca@v4g2000vba.googlegroups.com>
<6eeb8bd10906192003g3751782br524f0401fb14d091@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1)
Gecko/20090615 Firefox/3.5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Message-ID: <11307c0a-0aaa-40c9-be4b-751b968b1170@e20g2000vbc.googlegroups.com>
Subject: Re: drawImage + measureText patch
From: TommyM <tommy.mai...@gmail.com>
To: google-excanvas <google-excanvas@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi Erik,
I'll run the CLA trough legal but I dont think I see any potential
issues.
I just added support for globalAlpha to images. The link to the patch
at http://extjs.com/playpen/tm/excanvas-patch/ is now updated.
Tommy M
On Jun 19, 11:03=A0pm, Erik Arvidsson <erik.arvids...@gmail.com> wrote:
> Great.
> Can you fill out the CLA at:
>
> http://code.google.com/p/soc/wiki/ContributorLicenseAgreements
>
> Once that is done I can apply the patch and send out code reviews for it.
>
>
>
> On Fri, Jun 19, 2009 at 19:43, TommyM <tommy.mai...@gmail.com> wrote:
>
> > Hi,
>
> > I'm Tommy Maintz, architect at Ext JS, and would like to submit the
> > following patch to the excanvas project.
>
> > Changes include:
> > =A0 =A0* drawImage with multiple transformation support in IE8 Standard=
s
> > mode
> > =A0 =A0* Dynamic creation of images using the Image constructor.
> > =A0 =A0* Replacement of VML group + image combination with DIV's
> > (improved quality).
> > =A0 =A0* Use AlphaImageLoader to fix transparent PNG's (improved
> > quality).
> > =A0 =A0* Apply scaling to width and height of image instead of using th=
e
> > Transform Matrix() (improved quality)
> > =A0 =A0* Apply current font style to textMeasureEl to get correct size
> > when using ctx.measureText()
>
> >http://extjs.com/playpen/tm/excanvas-patch/
>
> > Please let me know if there are any issues with this patch.
>
> > Thanks,
> > Tommy Maintz
>
> --