Daniel Rojas
Daniel Rojas
This is a project wide refactoring effort. I have decided to address it as one large chunk because the fundamental structure of the code needs to be rebuilt at once...
This is a sandbox to try an implementation of #134 and #184 (with possible effects for #142 and #185). Since both involve changing the WireViz syntax, I figured it might...
New version of #74. Reason for new PR: - 74 was based on the original branch for #214, called `feature/metadata` - \# 214 was then squash-merged onto `dev`. - Deleting...
[Update 2020-11-16] This PR has evolved from simply fixing how relative image paths are resolved, to embedding any images in the SVG file by default, eliminating the original issue. ---...
YAML and Python accept special characters (``, etc.) within strings without problems, but they cause issues when such a string is embedded inside the GraphViz HTML. Therefore, these characters should...
This is the next step after #219. Any area that accepts a background color should have the option to set a foreground/text color, e.g. for good contrast against a dark...
After closing #181, this PR will track and update [`CHANGELOG.md`](https://github.com/formatc1702/WireViz/blob/doc/changelog/docs/CHANGELOG.md) every time a new PR is merged. The `doc/changelog` branch will be squash-merged into `dev` only once before every release,...
## Example The following YAML input: ```yaml cables: W1: gauge: 0.25 mm2 length: 0.2 colors: [tomato, ge, 00FF00, BU] ``` should be valid, and produce the following output:  Yes,...