0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 8 years ago
Fixed error when measuring svg flex component that don't have an svgDocument. More... almost 10 years ago
Fixed svg use positioning regression. More... almost 10 years ago
Merge pull request #34 from severeCavok/svg-internal-namespace More... almost 10 years ago
Merge pull request #35 from OrangeLV/polyline-fill More... almost 10 years ago
Improved svg use positioning. Fixed issue 38. More... almost 10 years ago
Added support to clip-path as css property. More... almost 10 years ago
Added option to parse SVG synchronously setting the property "forceSynchronousParse" to true. More... about 10 years ago
Fix polyline fill - do not ignore the "fill" property. Is there a use case why we try to override the super getter? More... about 10 years ago
cleanup unused imports More... over 10 years ago
removing internal namespace More... over 10 years ago
Merge pull request #29 from romamik/allmerged More... over 10 years ago
Merge pull request #31 from kkreuning/master More... almost 11 years ago
Fixed scoping bug More... almost 11 years ago
removed unnecessary changes More... almost 11 years ago
Fixed the way patterns work and removed bad code from SVGUse. Now patterns have normal refernce to another patterns. Previous code was producing strange and hard to reproduce bugs like having document==null while validating elements. More... almost 11 years ago
added reload on select checkbox to the test program More... almost 11 years ago
Merge branch 'stroke-miterlimit' into allmerged More... almost 11 years ago
Merge branch 'clipPathLineWidth' into allmerged More... almost 11 years ago
Merge branch 'attributeinheritance' into allmerged +fix small bug More... almost 11 years ago
Changed the way lineStyle is called to avoid code duplication More... almost 11 years ago
Added call to lineStyle before lineGradientStyle. Otherwise the line was not rendered. "Call the lineStyle() method before you call the lineGradientStyle() method to enable a stroke, or else the value of the line style is undefined." from http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Graphics.html#lineGradientStyle%28%29 More... almost 11 years ago
always fill the path if it's used as clip-path More... almost 11 years ago
remove stroke in case path is used as clip path More... almost 11 years ago
added parsing of stroke-miterlimit and test svg More... almost 11 years ago
added non-inherited properties More... almost 11 years ago
fixed regexp in parseFilterGaussianBlur More... almost 11 years ago
fixed issue#28: changed blur filter parameters More... almost 11 years ago
extended non-inherit attributes list, added tests More... almost 11 years ago
fixed issue with svg:use referencing svg:g (issue#27) More... almost 11 years ago