All Projects → Yqnn → Svg Path Editor

Yqnn / Svg Path Editor

Licence: apache-2.0
Online editor to create and manipulate SVG paths

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Svg Path Editor

Vectorgraphics2d
Graphics2D implementations to export various vector file formats
Stars: ✭ 87 (-93.56%)
Mutual labels:  svg
Termtosvg
Record terminal sessions as SVG animations
Stars: ✭ 9,310 (+589.63%)
Mutual labels:  svg
Is This A Sandwich
Is this a sandwich?
Stars: ✭ 96 (-92.89%)
Mutual labels:  svg
Svg To Geojson
Upload SVG, return GeoJSON.
Stars: ✭ 88 (-93.48%)
Mutual labels:  svg
C3
📊 A D3-based reusable chart library
Stars: ✭ 9,163 (+578.74%)
Mutual labels:  svg
Icotar
A free colorful icon avatar generator.
Stars: ✭ 94 (-93.04%)
Mutual labels:  svg
Diagram Vue
A editable SVG-based diagram component for Vue
Stars: ✭ 86 (-93.63%)
Mutual labels:  svg
Phosphor React
A flexible icon family for React
Stars: ✭ 97 (-92.81%)
Mutual labels:  svg
Vega
A visualization grammar.
Stars: ✭ 9,554 (+607.7%)
Mutual labels:  svg
Diagram Tools
A number of small tools for generating and manipulating diagrams, mostly based around Graphviz
Stars: ✭ 95 (-92.96%)
Mutual labels:  svg
Official Bash Logo
Everything you need to start using the official GNU Bash logo
Stars: ✭ 89 (-93.41%)
Mutual labels:  svg
Svgcleaner
svgcleaner could help you to clean up your SVG files from the unnecessary data.
Stars: ✭ 1,297 (-3.93%)
Mutual labels:  svg
Fe Daily Record
📚前端书籍汇集点 + 每日好文推荐 + 公开课学习资料 + 各种大会资料
Stars: ✭ 94 (-93.04%)
Mutual labels:  svg
React Native Waveview
WaveView for React-Native
Stars: ✭ 88 (-93.48%)
Mutual labels:  svg
Landscapeapp
🌄Upstream landscape generation application
Stars: ✭ 96 (-92.89%)
Mutual labels:  svg
Touchdesigner Sop To Svg
A pipeline for handling the SOP to SVG pipeline. This is especially handy for using procedurally generated geometry for paths to be cut or plotted.
Stars: ✭ 87 (-93.56%)
Mutual labels:  svg
React Cassette Player
Simple ReactJS HTML5 audio player component built with SVG icons from The Noun Project.
Stars: ✭ 93 (-93.11%)
Mutual labels:  svg
Maki
POI Icon Set
Stars: ✭ 1,348 (-0.15%)
Mutual labels:  svg
Livecode Svganimation
In my Smashing Toronto talk, I'll be live coding an SVG animation from start to finish. Here's the repo that houses the base materials, and any further references for things we don't have time to cover.
Stars: ✭ 96 (-92.89%)
Mutual labels:  svg
Svg Cards
A set of playing cards in SVG (now also with a rendering in PNG)
Stars: ✭ 94 (-93.04%)
Mutual labels:  svg

SvgPathEditor

Edit or create SVG paths in browser: https://yqnn.github.io/svg-path-editor/ Image of Yaktocat

How to Use

Basic:
  • Paste or edit the raw path in the path field
  • Click on + to add a new command to the path, select a type, then click on the destination
  • Move points with drag and drop
  • Click on a point, then on the ... button to insert a command right after the selected one, to remove it, or to change its type
Commands panel:
  • Click on the command type to toggle between relative and absolute coordinates
  • Relative command types are orange, absolute are purple
  • Click on ... then Delete to delete a command
  • Click on ... then Insert after to insert a new command right after the selected one
  • Click on ... then Convert to to convert the selected command to a new type
ViewBox:
  • Use mouse wheel, or click Zoom in and Zoom out to zoom in/out
  • Use drag & drop to move the viewBox
  • Click on Zoom to Fit to automatically set the viewBox depending on current path
  • ViewBox can also be set manually with the x, y, width and height fields
Path operations:
  • Scale the full path with the Scale button
  • Translate the full path with the Translate button
  • Round all coordinates of the current path with the Round button
  • Convert all commands to relative or absolute coordinates with Convert to relative or Convert to absolute button
Shortcuts:
  • Press m, l, v, h, c, s, q, t, a or z to insert a command after the selected one
  • Press shift + m, l, v, h, c, s, q, t, a or z to convert selected command to a new type
  • Press echap to delete the command being created, or the undo the current dragging operation
  • Press delete or backspace to delete the selected command
  • Press ctrl + z or cmd + z to undo
  • Press ctrl + shift + z or cmd + shift + z to redo
  • Press ctrl while dragging to ignore snap to grid constraint

Running Locally

Docker

Run docker build -t svg-path-editor . && docker run -p 4200:4200 svg-path-editor or docker-compose up.

Manually

Requirements
Dependencies

Run npm install to retrieve all the depencies of the project.

Development server

Run npx ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npx ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run npx ng test to execute the unit tests via Karma.


This project was generated with Angular CLI version 9.1.3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].