[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Super Hires routine for Safari
Hi,
I just visited your site yesterday, great site!
For IE, I didn't care that much to support it since my main purpose is
to actually create a library for Apple II/IIGS programmer to work on
iPhone/iPod touch, and the new web site is just a byproduct. I am not
sure whether I will put in more effort in this.
On 8月16日, 下午2时31分, "Joshua Bell" <inexorablet...@hotmail.com> wrote:
> Check out excanvas (http://excanvas.sourceforge.net/) which provides partial
> canvas emulation in Internet Explorer via VML - basically, you drop one
> <script> tag on your page. I use this to implement hires graphics in my
> Applesoft interpreterhttp://www.calormen.com/Applesoft- thus giving me
> functional graphics in Internet Explorer, Firefox, Safari and Opera.
>
> Since it's emulating a bitmap using vector graphics, it's not going to be
> "perfect" - and doing too much drawing pixel-by-pixel is likely to make a
> very large (and hence very slow to render) DOM, but the behavior of canvas
> across browsers is not pixel-accurate anyway.