[whatwg] Books on canvas

2014-09-23 Thread L2L 2L
I'm reading this one book, but it's heavy in math equation. And other book seem to have framework--which I'm reducing to avoid using-- and suggestion? I don't mind using a custom class object, as long as I can learn it inside and out. E-S4L N-S4L J-S4L

[whatwg] Bitmap + image = easy hit detect

2014-09-21 Thread L2L 2L
Does the image map have any effect on canvas? E-S4L N-S4L J-S4L

[whatwg] ctx.skew(x,y);

2014-09-21 Thread L2L 2L
ctx.skew(x,y); //allow for skew with out transform E-S4L N-S4L J-S4L

[whatwg] CSS on canvas?

2014-09-20 Thread L2L 2L
Is this true: A future version of the 2D context API may provide a way to render fragments of documents, rendered using CSS, straight to the canvas. This would be provided in preference to a dedicated way of doing multiline layout. E-S4L N-S4L J-S4L

Re: [whatwg] CSS on canvas?

2014-09-20 Thread L2L 2L
On 20 Sep 2014 20:10, L2L 2L emanuelal...@hotmail.com wrote: Is this true: A future version of the 2D context API may provide a way to render fragments of documents, rendered using CSS, straight to the canvas. This would be provided in preference to a dedicated way of doing multiline layout

Re: [whatwg] Move RequestAnimationFrame steps into HTML?

2014-09-17 Thread L2L 2L
Web animation is --to my knowledge-- only for the manipulation of the dom's children element and to some extent the dom itself. What of the canvas? Is there any interest in simplifying or and adding on to the requestAnimationFrame? Like making it a constructor or making Daemon object to better

[whatwg] Question on server side api

2014-08-04 Thread L2L 2L
... Here's a question that will get a huh? Do the browser have an api that is use This is a stupid question Do the browser have an api that I can use to preform --I'm still a novice-- simple server side action? E-S4L

[whatwg] Revive E4X

2014-07-25 Thread L2L 2L
I am a novice programmer who fell in love with ECMAScript, and XML. I feel in love with xml after I found xqib. I was and still am zeal about it that I push myself to learn xml, xslt, schema(and out of respect DTD). I am currently trying to accomplish two things: One: revive of e4x Two:

[whatwg] Update and info!

2014-06-26 Thread L2L 2L
Could/is there [be] a mailing list that send out information on new updates on HTML tags, etc. and more? Please tell!

[whatwg] Bridging between W3C EMCAScript

2014-06-26 Thread L2L 2L
JavaScripture.com a bridge between W3C EMCAScript. Please take a look, this site make it easy to navigate in W3C and EMCAScript. The only thing it's missing is WHATWG!

[whatwg] This is a proposal for the CanvasRenderingContext2D

2014-06-12 Thread L2L 2L
This proposal is for the CanvasRenderingContext2D: An outline will be what's goes around the shape, and or line. And will be define as this: ctx.outline(w, h); Detail for syntax above: w = width of the outline, and h = height of the outline. =

[whatwg] Redraft: This is a proposal for the CanvasRenderingContext2D

2014-06-12 Thread L2L 2L
||perspective||oblique||isometric 2 = y(axis)||x(axis) 3 = ? Above section is not finish. To many choices. This proposal is for the CanvasRenderingContext2D. On Jun 12, 2014, at 8:13 PM, L2L 2L emanuelal...@hotmail.com wrote: This proposal is for the CanvasRenderingContext2D: An outline

[whatwg] Canvas' 2D context + WebGL = 3D context(make for a simple more high level API

2014-06-09 Thread L2L 2L
Is it not possible to transfer all canvas' 2D feature into WebGL appearance to make a 3D context? Everything the same except that when setting the getCentext, you pass 3D instead of 2D. This will make for a more friendly yet familiar tool to use. Utilizing WebGL with set features as 2D

Re: [whatwg] Canvas' 2D context + WebGL = 3D context(make for a simple more high level API

2014-06-09 Thread L2L 2L
interested in it. programming. Sorry for the grammar mistakes. On Jun 9, 2014, at 12:07 PM, L2L 2L emanuelal...@hotmail.com wrote: Is it not possible to transfer all canvas' 2D feature into WebGL appearance to make a 3D context? Everything the same except that when setting the getCentext, you pass