1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use more general regex for numbers to cover scientific notation More... almost 11 years ago
Bezier: Add the last segment More... about 11 years ago
Allow 'import svg' from any level More... over 11 years ago
Move SVG module to svg/ directory + adapt tests More... over 11 years ago
Fix packaging issues More... over 11 years ago
import * should import geometry and svg modules More... over 11 years ago
Add geometry.py license header More... over 11 years ago
Tests: parse.py try to parse every W3C testsuite file More... over 11 years ago
SVG Line: a line segment More... over 11 years ago
Geometry Line becomes Segment More... over 11 years ago
SVG Ellipse: generalization of SVG Circle More... over 11 years ago
Add simple examples to ease testing More... over 11 years ago
Circle: draw with segments (preliminary) More... over 11 years ago
Rect: fix segments() More... over 11 years ago
Path segments: use itertools.groupby() to group segments More... over 11 years ago
geometry: simplify_segment simplified More... over 11 years ago
Add <rect> support More... over 11 years ago
Move geometric classes and functions into a module More... over 11 years ago
Rework flatten method: use known Python flattening More... over 11 years ago
Use os.path to make SVG title More... over 11 years ago
Add JSONEncoder class: export SVG group tree to JSON More... over 11 years ago
Every SVG object has an 'id' More... over 11 years ago
Group.append() replaces Svg.addGroup() More... over 11 years ago
Bounding box (bbox) now use min() & max() More... over 11 years ago
SVG Path Arc: parse parameters + hande flag errors More... almost 12 years ago
SVG test script: Use cairo to draw More... almost 12 years ago
Matrix: apply scaling to length More... almost 12 years ago
Handle length with units + viewBox More... almost 12 years ago
Tests: only test .svg files More... almost 12 years ago
Fix translate transform argument parsing More... almost 12 years ago