Show HN: SVG Path Builder
anthonydugois.com
Show HN: SVG Path Builder
1–10 of 32 posts
Re: Show HN: SVG Path Builder
#2It would also be really nice to have a feature to hide the points and control points to see what you've made more clearly.
GitHub link for others: https://github.com/anthonydugois/svg-path-builder
Re: Show HN: SVG Path Builder
#3One thing it looks like it is missing is zooming.
Re: Show HN: SVG Path Builder
#4On another note, Blender seriously needs a more intuitive interface like this.
Re: Show HN: SVG Path Builder
#5You know what that means? That this tool understands Bezier curves better than Adobe Illustrator. Why? Because Adobe has never heard of the phrase "cusp node".
If you have Illustrator, I challenge you:
- Draw a box with 4 sides
- Try and curve the top line without causing the side lines to curve
- Welcome to insanity.
Kudos to the author of this tool. Shame on Adobe.
Re: Show HN: SVG Path Builder
#6Issues I saw: Ctrl-click to add point doesn't work well on OSX, where ctrl-click doubles as right-click and brings up a context menu.
After ctrl-click and seeing the context menu, it gets stuck in add-point mode until I tap ctrl again.
Maybe it would be easiest to add-point when you click in the background, and select-point when you click on a point?
Having an insert-point function would be really handy. Maybe it would be easiest to make it so that add-point checks the selected point before adding, and joins the selected point to the new point.
Might be nice to allow the point type options on the first point, in the case where you close the path? I don't know SVG paths well enough to know if it supports that natively, but if the only way to close a path is with a straight line, it limits the usefulness of having a close path option, yes?
Re: Show HN: SVG Path Builder
#7Awesome! Definitely using this to make icons. Way handy to have something simple and online, and not have to fire up Inkscape or Illustrator. Issues I saw: Ctrl-click to add point doesn't work well on OSX, where ctrl-click doubles as right-click and brings up a context menu. After ctrl-click and seeing the context menu, it gets stuck in add-point mode until I tap ctrl again. Maybe it would be easiest to add-point whe…
Re: Show HN: SVG Path Builder
#8This should just be the interface for path editing in Inkscape. Inkscape already has these features, but you have to randomly and madly left, right, and double-click various things along with some random keyboard modifiers until you get what you want. On another note, Blender seriously needs a more intuitive interface like this.
Re: Show HN: SVG Path Builder
#9Look at what I managed to do with this tool: http://imgur.com/hRJIKBW You know what that means? That this tool understands Bezier curves better than Adobe Illustrator. Why? Because Adobe has never heard of the phrase "cusp node". If you have Illustrator, I challenge you: - Draw a box with 4 sides - Try and curve the top line without causing the side lines to curve - Welcome to insanity. Kudos to the author of this to…
- Draw a box with 4 sides.
- Use the Anchor Point Tool (shift + c) to select the top line and drag it. The adjacent points will split their anchors.
You can use the Anchor Point Tool to convert points between corner mode, mirrored anchor mode, and split anchor mode. Not sure if those are the official terms.