16 Commits (cd611302274a836ef88d5b437100427442a06dec)

Author SHA1 Message Date
Tj Holowaychuk 85ae1c931f Added Context2d::Get{Fill,Stroke}Color() 14 years ago
Tj Holowaychuk 0ff539c691 setting up shadowColor accessors 14 years ago
Tj Holowaychuk 97c7fe6dbd prep for c color parser 14 years ago
Tj Holowaychuk 1f82f63890 removed old parseColor dependants 14 years ago
Tj Holowaychuk ddf5c99bbf removed color parser 14 years ago
Tj Holowaychuk 65b3709a69 Misc cleanup of hsl stuff 14 years ago
Tom Carden f6dbf624c9 hsl and hsla support plus initial tests 14 years ago
Tj Holowaychuk 09023539c4 Checking instanceof PixelArray 14 years ago
Tj Holowaychuk 2334fc859a Added createImageData(ImageData) support 14 years ago
Tj Holowaychuk e9dde1bd31 Added createImageData() 14 years ago
Tj Holowaychuk 8bdac35743 Started getImageData() 14 years ago
Tj Holowaychuk fdb626da57 Fixed getter bug preventing patterns from being returned via fillStyle etc 14 years ago
Tj Holowaychuk 2c7a7b7057 Misc font parser refactoring 14 years ago
Tj Holowaychuk 4538b9f5ca Added single quote string support to font parser 14 years ago
Tj Holowaychuk 9ac5934d75 Misc refactoring of font regexp 14 years ago
Tj Holowaychuk d22afadec8 Cleaning up lib structure 14 years ago
Tj Holowaychuk 1d90aa950a Stubbed FillText() and StrokeText() 14 years ago
Tj Holowaychuk 66bea777a0 Todos 14 years ago
Tj Holowaychuk d5f8b08c6d text example using streaming api 14 years ago
Tj Holowaychuk 857d44bc97 todo 14 years ago
Tj Holowaychuk 9ee167eb01 Defer font caching to font= 14 years ago
Tj Holowaychuk fac90304e6 Misc refactoring of parseFont() 14 years ago
Tj Holowaychuk 0a4cba8d4e renamed font to fontre 14 years ago
Tj Holowaychuk 3e332c990a Added mm / cm 14 years ago
Tj Holowaychuk 253e200957 Added textBaseline= 14 years ago
Tj Holowaychuk 888cb0198d Added textAlign= 14 years ago
Tj Holowaychuk 51eee1446d Supporting pt/in font size units 14 years ago
Tj Holowaychuk b93c406b96 Fixed fillText() fillStroke(), added SetTextPath() 14 years ago
Tj Holowaychuk 51e013abc0 Added Context2d#strokeText() 14 years ago
Tj Holowaychuk f3bc337a3f Docs for font= 14 years ago
Tj Holowaychuk 1c4d6d44a7 font size 14 years ago
Tj Holowaychuk e0aca54c57 Started SetFont() 14 years ago
Tj Holowaychuk f8190ba5f7 Started FillText() implementation with toy text api 14 years ago
Tj Holowaychuk 3b28bdf82c Added Context2d#font= tests 14 years ago
Tj Holowaychuk 1676b9fd7c Easier to read font regexp 14 years ago
Tj Holowaychuk 2a868c2d2c Moved font regexp out 14 years ago
Tj Holowaychuk 414c658a2f More font size units 14 years ago
Tj Holowaychuk e35c461d93 Added weight support to parseFont() 14 years ago
Tj Holowaychuk 58b55691fd Added style support to parseFont() 14 years ago
Tj Holowaychuk ab061a41a0 Added parseFont() string support for font family 14 years ago
Tj Holowaychuk ecc9c1961d More parseFont() tests passing 14 years ago
Tj Holowaychuk 3ecdb5d6b6 new parseFont() tests 14 years ago
Tj Holowaychuk 4c3d714039 Started parseFont() 14 years ago
Tj Holowaychuk e73a9bb284 Added Canvas#inspect() 14 years ago
Tj Holowaychuk 681e52e0cb Reverted buffer concat util 14 years ago
Tj Holowaychuk f58bcee8d9 Added utils.concatBuffers() 14 years ago
Tj Holowaychuk 3e6b1cc882 Added sync PNGStream support 14 years ago
Tj Holowaychuk 896a0eda89 Misc refactoring of parseColor() 14 years ago
Tj Holowaychuk a37706c66a Added Canvas#toBuffer() docs 14 years ago
Tj Holowaychuk a294ab614a Added Canvas#toDataURL() 14 years ago