SVG Sector Maker
i

bipperSVG Sector Maker

bipper

A simple page for creating circle / polygon sectors. It also creates concentric polygons and circles (made from arcs). 290920 - Updated. ( Range Sliders and Auto update )


Comment here...
Inkscape Command Line Builder
i

bipperInkscape Command Line Builder

bipper

Inkscape Command Line Builder (Drag and Drop) - Alpha ;) Build your own command Line using a web base GUI. Online at https://www.raincloud.co.uk/svg/ibc/ibc.html Or can be downloaded to work as standalone web page. ------------------------------------------------------------------------------- This program uses variables in external JavaScript files to allow it work as a standalone product without a server ( cross origin restrictions ) ------------------------------------------------------------------------------- sortable.js is included as an unmodified external file to enable drag and drop functions. https://sortablejs.github.io/Sortable/


Comment here...
Paths2polygons - Convert SVG <path> to <polygon>
i

bipperPaths2polygons - Convert SVG <path> to <polygon>

bipper

svg-path-to-polygons - Simple page which uses (https://www.npmjs.com/package/svg-path-to-polygons) by Gavin Kistner (MIT Licence) - This page is a browserified version Converts all paths to polygons in SVG files. Please note : Quadratic Bézier / arc commands are not supported.


Comment here...
Attributes2style
i

bipperAttributes2style

bipper

Convert SVG presentation attributes as shown at : https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute#SVG_attributes_by_category In to CSS Style for that element. For example : <path d="m 31.907519,31.127324 51.29539,16.963506 c 0,0 9.439978,-16.121266 23.634751,-20.278233" fill="#ffdd00" stroke="orange" stroke-width="0.25"/> becomes : <path d="m 31.907519,31.127324 51.29539,16.963506 c 0,0 9.439978,-16.121266 23.634751,-20.278233" style="fill: rgb(255, 221, 0); stroke: orange; stroke-width: 0.25;"/> Please note that some presentation attributes such as transforms can be converted to CSS properties,but are not widely supported.


Comment here...
Router Circles and Rectangles
i

bipperRouter Circles and Rectangles

bipper

Router Circles and Rectangles Want to make templates for bush routing for circles and rectangles ? Calculates routing pocket size / template size needed for a given bush / bit combination and vice-versa. ( uses mm units ). Also set the scale factor to match a ruler held up to your monitor. You can then hold real object up to the screen to adjust to fit it inside a circle or rectangle :)


Comment here...
Flatten
i

bipperFlatten

bipper

Remove transforms from SVG files. Simple page which uses (https://gist.github.com/timo22345/9413158) flatten.js Project I have no connection to the original code which is published under The MIT License (MIT) Copyright (c) 2014 Timo (https://github.com/timo22345) This page allows the loading / processing and saving of SVG files after being flattened.


Comment here...