Changeset 17333 in josm for trunk/src/com/kitfox/svg/pathcmd
- Timestamp:
- 2020-11-23T16:28:11+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/kitfox/svg/pathcmd/Arc.java
r14328 r17333 43 43 /** 44 44 * This is a little used SVG function, as most editors will save curves as 45 * Beziers. To reduce the need to rely on the Batik library, this functional lity45 * Beziers. To reduce the need to rely on the Batik library, this functionality 46 46 * is being bypassed for the time being. In the future, it would be nice to 47 47 * extend the GeneralPath command to include the arcTo ability provided by Batik.
Note:
See TracChangeset
for help on using the changeset viewer.