summaryrefslogtreecommitdiffstats
path: root/svgbob
AgeCommit message (Collapse)Author
2020-04-27prepare 0.5.0-alpha.30.5.0-alpha.3Jovansonlee Cesar
2020-04-27Remove Cargo.lockJovansonlee Cesar
2020-04-27prepare 0.5.0-alpha.1Jovansonlee Cesar
2020-04-25re-export sauron::NodeJovansonlee Cesar
2020-03-22fix: make the code deal with more than just 2 widthJovansonlee Cesar
2020-02-29Remove the path from sauronJovansonlee Cesar
2020-02-29Expose the with-dom feature in svgbob, this is to allow usage of the ↵Jovansonlee Cesar
generated node readily usable as is in sauron projects, provided they uses the same version of sauron library
2020-02-29Make functions that return Node<()> into a return generics Node<MSG> to ↵Jovansonlee Cesar
allow usage of Node<MSG> generics in sauron apps
2020-02-27Fix the behaviour of merging line and polygon tags, the direction of the ↵Jovansonlee Cesar
arrow is now correct and only dealing with line that is in the same direction of the arrow marker Merging line with arrow and heading with opposite direction is not yet dealth
2020-02-14Change the default settings to match the originalJovansonlee Cesar
2020-02-14Prepare release 0.5.0-alpha.0rewrite3-vectorizeJovansonlee Cesar
2020-02-14Fix errored testsJovansonlee Cesar
2020-02-14cargo fmtJovansonlee Cesar
2020-02-13Add more connection to flexible character behavior: *,0,XoJovansonlee Cesar
2020-02-13Use cargo denyJovansonlee Cesar
2020-02-13Pass Settings to the property, so behavior can be dependent on flags that is ↵Jovansonlee Cesar
set in the settings
2020-02-13Use line properties rather than specific characterJovansonlee Cesar
2020-02-11More improvements on the Architecture designJovansonlee Cesar
2020-02-03Move back the README and license to the root folderJovansonlee Cesar
2020-02-03Merge the rearchitecture code into the main svgbob codeJovansonlee Cesar
2019-10-20Add timing in demo exampleJovansonlee Cesar
2019-09-18update cargo.lockJovansonlee Cesar
2019-04-12cargo fmtJovansonlee Cesar
2018-10-05Remove unused codeJovansonlee Cesar
All elements is now class based styled, to allow overriding in the html embedding in css
2018-10-05Make the default stroke color blackJovansonlee Cesar
2018-10-05Just use the name svgbob instead of svgbobrusJovansonlee Cesar
Publishing 0.4.0
2018-10-05Updated example to the new settingsJovansonlee Cesar
2018-10-05Make the settings affect the stylingJovansonlee Cesar
remove unused settings fields
2018-10-05Refactor code to combine repitive code in a functionJovansonlee Cesar
2018-10-04Enhancement on white arrowsJovansonlee Cesar
2018-10-02Remove cluttered filesJovansonlee Cesar
2018-10-02Publishing 0.3.2Jovansonlee Cesar
2018-10-02Remove old irrelevant testJovansonlee Cesar
2018-09-26Add type=text/css to the styleJovansonlee Cesar
2018-09-12Merge branch 'master' of https://github.com/ivanceras/svgbobJovansonlee Cesar
2018-09-12Remove ununsed codeJovansonlee Cesar
2018-09-12Add clear arrowJovansonlee Cesar
Remove arrowStart Refactor the | and | interaction out to the enhance
2018-09-06Merge branch 'master' of https://github.com/ivanceras/svgbobrusJovansonlee Cesar
2018-09-05Make build to stable versionJovansonlee Cesar
Bump up version
2018-09-04Merge branch 'master' of https://github.com/ivanceras/svgbobrusJovansonlee Cesar
2018-09-04Publishing 0.3.0Jovansonlee Cesar
2018-09-03Not using z as close point, since it will error in order browsersJovansonlee Cesar
2018-09-02re-code arrow marker to make use of polygon and corrected it's positioning ↵Jovansonlee Cesar
to have a more crisp sharp edge
2018-09-01Add implementation for beatifying railroad diagramJovansonlee Cesar
2018-09-01minor enhancement on circuitriesJovansonlee Cesar
2018-09-01Removed unused methodsJovansonlee Cesar
2018-09-01Fix bug arrows disappearing when connecting to top, to left and top_leftJovansonlee Cesar
2018-08-16regeneratedJovansonlee Cesar
2018-08-16turn off the arrangment in optimizer, add on_segment and is_on_line functionJovansonlee Cesar
2018-08-13Merge branch 'optimization-overhaul' of https://gitlab.com/ivanceras/svgbob ↵optimization-overhaulJovansonlee Cesar
into optimization-overhaul