summaryrefslogtreecommitdiffstats
path: root/svgbob
AgeCommit message (Expand)Author
2019-09-18update cargo.lockJovansonlee Cesar
2019-04-12cargo fmtJovansonlee Cesar
2018-10-05Remove unused codeJovansonlee Cesar
2018-10-05Make the default stroke color blackJovansonlee Cesar
2018-10-05Just use the name svgbob instead of svgbobrusJovansonlee Cesar
2018-10-05Updated example to the new settingsJovansonlee Cesar
2018-10-05Make the settings affect the stylingJovansonlee Cesar
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
2018-09-06Merge branch 'master' of https://github.com/ivanceras/svgbobrusJovansonlee Cesar
2018-09-05Make build to stable versionJovansonlee Cesar
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 to...Jovansonlee Cesar
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 i...optimization-overhaulJovansonlee Cesar
2018-08-13group elements that shares endpointsJovansonlee Cesar
2018-08-09Remove printlnJovansonlee Cesar
2018-08-09Merge branch 'optimization-overhaul' of https://gitlab.com/ivanceras/svgbob i...Jovansonlee Cesar
2018-08-08Add circles up to 24 radiusJovansonlee Cesar
2018-08-03Initial implementation for merging specific caseJovansonlee Cesar
2018-08-03regenJovansonlee Cesar
2018-08-03Add implementation for reduction of elements from its cellsJovansonlee Cesar
2018-08-03Make '. ,' connections solid againJovansonlee Cesar
2018-08-03Fix vertical line box drawingJovansonlee Cesar
2018-08-03Remove warnings and error messagesJovansonlee Cesar
2018-08-03Fix circle with normal dash breakingJovansonlee Cesar
2018-08-02Support for geometric arrow shapes to form as arrow heads on certain directionJovansonlee Cesar
2018-08-02expose is_satisfied, it is used in enhance_circleJovansonlee Cesar
2018-08-02Support for parts that are not only dash, but for generic characters that can...Jovansonlee Cesar
2018-08-02Make cicle transparentJovansonlee Cesar
2018-08-02rerun the demoJovansonlee Cesar
2018-08-02Add enhance_circle module as a different enhance trait, this is run first bef...Jovansonlee Cesar
2018-08-02Modify exampleJovansonlee Cesar
2018-08-02enhance doesn't need to check if the character has characteristic or notJovansonlee Cesar
2018-08-02Make workspacesJovansonlee Cesar
2018-08-02Alter the logic of getting the elements, Get the enhance_elements first and t...Jovansonlee Cesar