| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
bounding box
It affect to Envelope mode, sometimes give undesirable results, now fixed.
(bzr r13655)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | | |
(bzr r13653)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
roughen, thanks to Ivan Louette for advert me
(bzr r13651)
|
| | |_|_|_|_|_|/
|/| | | | | |
| | | | | | | |
(bzr r13650)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r13647)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r13341.1.285)
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
(bzr r13341.1.280)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | | |
(bzr r13624)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
when the proportional-stroke-scaling toggle is on.
Patch by Javier, tweaks by Johan.
(bzr r13623)
|
| | |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
(visible for example with Catmul-Rom interpolation)
The instability happens when the width-value of adjacent control knots are the same.
It's technical, but here goes quickly. Knots are treated as [offset along path, width] points.
The offset along path is the segment number + the location along that segment.
The width is (may not be true, but for ease of discussion) in canvas coordinates.
This means that the interpolation is performed in a *very* compressed coordinate system,
where the x-coords may range from, say, 0 to 5, and the y-coords from 0 to 2000.
This is also scale dependent; changing the scale of your path and scaling all widths accordingly will change the look of your path.
The fix now does the interpolation in a scaled coordinate system. It stretches the x-coordinates to the arclength of the path.
After interpolation, the inverse scaling is applied to the interpolation result.
(bzr r13341.1.279)
|
| |\| | | | | |
| | | | | | |
| | | | | | | |
(bzr r13341.1.278)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
calculation for better human readability
(bzr r13591)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
if-statement)
Found by clang static analyzer
(bzr r13589)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
revid:jtx@jtx.marker.es-20141016153516-eng0y49ppsk2vt5b
13617 Jabiertxof2014-10-16
Change LPE from envelope-perspective to perspective-envelope
For me is easy to use/find with this new name.
Also fix a rounding error on envelope at small sizes
(bzr r13341.1.276)
|
| | |_|_|_|_|/
|/| | | | |
| | | | | | |
(bzr r13341.1.275)
|
| |\| | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.255)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Translations. Inkscape.pot and French translation update.
Fixed bugs:
- https://launchpad.net/bugs/380522
(bzr r13576)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1367520
(bzr r13551)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The code to deal with Extrapolated mirroring is still working (if someone has an old file with that type of extrapolation), but perhaps that should also be removed.
(bzr r13546)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13545)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13529)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.253)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.234)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.230)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902
(bzr r13341.1.229)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently best results are for fixed ratio scales, non fixed scale give a aproximation.
(bzr r13341.1.228)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.226)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Helper paths on knots: now work well in rect and curves
Method: Now the method ase selectable. Three methods:
Auto: Straight lines whith arcs and curves whith bezier
Arc: Always use arc.
Bezier: Always use bezier.
(bzr r13341.1.225)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.219)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Now curves with cusp noden in bspline mode looks better, more smooth.
Remove some duplicate code from outside for loops
Fix a bug continuing shapes in bspline-spiro mode.
Style code formating
(bzr r13341.1.215)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.211)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
credits and license fixed
(bzr r13341.1.208)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.207)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.206)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r13341.1.205)
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
(bzr r13341.1.204)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r13090.1.108)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r13090.1.107)
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
(bzr r13090.1.106)
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
(bzr r13090.1.105)
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
(bzr r13090.1.103)
|
| | |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ /
| | |/| | | | | | | |
(bzr r13090.1.98)
|
| | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
(bzr r13090.1.95)
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
(bzr r13090.1.94)
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
(bzr r13090.1.93)
|
| | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
(bzr r13090.1.92)
|
| | | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
(bzr r13090.1.91)
|
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
(bzr r13090.1.90)
|
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
(bzr r13090.1.89)
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
(bzr r13090.1.87)
|