Extensions update
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Triaged
|
Wishlist
|
Alexandre Prokoudine |
Bug Description
I have written two new extensions ("Draw from Triangle" and "Sequential Labels") and updated a third ("3D Polyhedron")
The "Draw from Triangle" extension takes a triangle drawn as a path (only the first three nodes of a path are counted) and allows you to draw on many triangle-related geometrical objects such as circumcircles, excentral triangles, etc. It also allows entry of custom trilinear coordinated and triangle centre functions, as well as computation of basic triangle properties such as area and semiperimeter.
The "Sequential Label" extension allows you to draw a series of text labels (i.e. 1,2,3 or a,b,c or A,B,C or i,ii,ii,iv or I, II, III, IV) along with a decorative outline (circle, rectangle, star, polygon). A custom rule can be used for the sequence, and the starting point is variable. Also, the decorations can be made such that every decoration is just a clone of the first, allowing quick changes to appearances. One can choose to put each label and decoration in a separate subgroup.
The changes to "3D Polyhedron" are mostly to improve readability of the (hastily and untidily written). No new functionality is introduced at this stage.
The changes are included in the attached SVN patch.
Changed in inkscape: | |
status: | New → In Progress |
tags: |
added: extensions-plugins removed: extensions |
Changed in inkscape: | |
milestone: | 0.47 → none |
Changed in inkscape: | |
milestone: | none → 0.49 |
Changed in inkscape: | |
milestone: | 0.91 → none |
Changed in inkscape: | |
status: | In Progress → Triaged |
Changed in inkscape: | |
importance: | Medium → Wishlist |
Grabbing your patch to test