MoyuScript
|
66c01a6c53
|
backgroundPosition should use backgroundSize as a baseline for %'s
|
2013-01-02 13:45:58 -06:00 |
|
MoyuScript
|
ca32ce6254
|
initial border-radius rendering
|
2013-01-02 21:26:24 +02:00 |
|
MoyuScript
|
6133d1fdc0
|
support for pseudo elements
|
2013-01-02 12:58:48 -06:00 |
|
MoyuScript
|
08aea393b0
|
remove todo comment
|
2013-01-02 10:51:47 -06:00 |
|
MoyuScript
|
4a397bbee9
|
add tests for resizeBounds
|
2013-01-02 10:47:36 -06:00 |
|
MoyuScript
|
3da27482a3
|
trimText regexp needs /g
|
2013-01-02 10:40:56 -06:00 |
|
MoyuScript
|
2ccab4d275
|
backgroundSize needs trimmed before second split
also move trimText to Util
|
2013-01-02 10:39:00 -06:00 |
|
MoyuScript
|
9c04768dfd
|
working background-size
|
2013-01-02 10:10:03 -06:00 |
|
MoyuScript
|
b1cfba5597
|
implementing background-size; use parseBackgroundImage in render
|
2013-01-01 10:42:22 -06:00 |
|
MoyuScript
|
3c6c16da85
|
Merge remote-tracking branch 'niklasvh/develop' into develop
Conflicts:
src/Core.js
src/Parse.js
src/Util.js
|
2012-12-30 17:25:31 -06:00 |
|
MoyuScript
|
dee1085046
|
Moved font metrics to seperate file
|
2012-12-30 21:26:25 +02:00 |
|
MoyuScript
|
2393b5fb59
|
initial support for backgroundSize
|
2012-12-30 12:30:48 -06:00 |
|
MoyuScript
|
82194f0295
|
refactor Preload
|
2012-12-30 12:20:35 -06:00 |
|
MoyuScript
|
4b6f1f4e5b
|
replace definition property, w/ args[]
Also fix reference for preloader
|
2012-12-30 11:21:44 -06:00 |
|
MoyuScript
|
587a6f609b
|
improved text-decoration: overline accuracy
|
2012-12-30 16:46:31 +02:00 |
|
MoyuScript
|
a0506de994
|
refactored parsing init
|
2012-12-30 16:06:59 +02:00 |
|
MoyuScript
|
0ebb1e41b0
|
Moved browser support checks to seperate file
|
2012-12-30 15:48:55 +02:00 |
|
MoyuScript
|
82f42fb23b
|
refactored background rendering
|
2012-12-30 15:38:17 +02:00 |
|
MoyuScript
|
23642f2524
|
refactoring backgroundimage rendering
|
2012-12-30 15:21:36 +02:00 |
|
MoyuScript
|
9c61608a4b
|
refactored text rendering
|
2012-12-30 04:15:51 +02:00 |
|
MoyuScript
|
86e1ca0f00
|
refactor parsing
|
2012-12-30 01:39:37 +02:00 |
|
MoyuScript
|
e352330c69
|
refactored background color rendering
|
2012-12-30 01:11:05 +02:00 |
|
MoyuScript
|
89e901d000
|
refactored image rendering
|
2012-12-30 01:06:11 +02:00 |
|
MoyuScript
|
bbdd29725a
|
refactoring
|
2012-12-30 00:27:38 +02:00 |
|
MoyuScript
|
dfa4c1bd46
|
refactoring
|
2012-12-29 23:35:52 +02:00 |
|
MoyuScript
|
f85426f6cb
|
Improve background-repeat accuracy for non int positions
|
2012-12-29 23:05:49 +02:00 |
|
MoyuScript
|
f8586e81dd
|
refactoring
|
2012-12-29 21:06:40 +02:00 |
|
MoyuScript
|
fb731e3037
|
Moved renderer logic to renderer.js
|
2012-12-29 17:43:15 +02:00 |
|
MoyuScript
|
de8859f650
|
Fixed lint error
|
2012-12-29 14:33:30 +02:00 |
|
MoyuScript
|
f3f1fd1e3c
|
don't generate gradient on invisible elements
|
2012-12-28 16:52:48 -06:00 |
|
MoyuScript
|
cb6a919dd9
|
fully remove regex; simplify whitespace check
jshint complained about case statements w/o break (boo)
|
2012-12-28 16:26:39 -06:00 |
|
MoyuScript
|
6cde3cd22f
|
rewrite parseBackgroundImage to remove RegExp
RegExp couldn't handle parens inside parens:
linear-gradient(rgb(0,0,0),rgb(255,0,0))
|
2012-12-28 16:22:43 -06:00 |
|
MoyuScript
|
bd4e8d3f23
|
export html2canvas, pass value not def to backgroundImage
|
2012-12-28 15:49:38 -06:00 |
|
MoyuScript
|
65772c2dab
|
parse out prefixed methods
|
2012-12-28 12:54:58 -06:00 |
|
MoyuScript
|
ea83bd0ea8
|
move parseBackgroundImage to Util; add tests
|
2012-12-28 12:33:57 -06:00 |
|
MoyuScript
|
417af381cb
|
style update
|
2012-12-28 12:24:49 -06:00 |
|
MoyuScript
|
efd501f9ce
|
satisfy lint task
|
2012-12-28 12:12:47 -06:00 |
|
MoyuScript
|
1928c93e38
|
initial support for multiple background images
Adding code from http://jsbin.com/ebigux/latest
|
2012-12-28 11:53:15 -06:00 |
|
MoyuScript
|
d70a861e64
|
formatted tests into smaller units
|
2012-12-27 23:53:27 +02:00 |
|
MoyuScript
|
828b1d0116
|
updated renderer
|
2012-12-27 23:07:00 +02:00 |
|
MoyuScript
|
fa89e1b63d
|
fix ie 9 bug
|
2012-12-27 23:06:35 +02:00 |
|
MoyuScript
|
b5691592ef
|
Added automated testing with selenium
|
2012-12-22 16:28:34 +02:00 |
|
MoyuScript
|
8c34aebc7a
|
moved examples
|
2012-11-25 23:48:08 +02:00 |
|
MoyuScript
|
d89c37223a
|
List refactoring
|
2012-11-25 23:36:28 +02:00 |
|
MoyuScript
|
7b26e80cd8
|
Text rendering refactoring
|
2012-11-25 23:26:18 +02:00 |
|
MoyuScript
|
62789d58da
|
Refactoring
|
2012-11-25 23:05:30 +02:00 |
|
MoyuScript
|
ad03ce5182
|
Clean up
|
2012-11-25 22:39:09 +02:00 |
|
MoyuScript
|
96d8db6f6d
|
Added support for "data-html2canvas-ignore" attribute
|
2012-11-25 22:25:08 +02:00 |
|
MoyuScript
|
c5d82acdf6
|
Switched build process to use grunt
|
2012-11-25 20:59:31 +02:00 |
|
MoyuScript
|
82ea6713b0
|
Accept 0px as an acceptable letter-spacing value for per-word rendering
This improves performance in Opera.
|
2012-10-20 22:18:46 +03:00 |
|