-
Hey,
The library has nice set of features except generation in SVG format.
Do you plan to support such output?
Thanks
-
When uploading a .svg the thumbnails are not generated; Instead the following message appears:
> Error creating thumbnail: convert: error while loading shared libraries: libMagickCore.so.1: cannot o…
-
Currently, KiCad export seems to generate refdes based on the Javascript variable name (and falling back to undefined if it is not assigned to a variable). However, this is inconsistent with the label…
-
While putting together IDAES/examples-pse#102, I ran across a ton of deprecation warnings in the example, e.g.:
```
2022-02-24 12:30:05 [WARNING] idaes.power_generation.unit_models.boiler_heat_excha…
-
Management of original fonts, generation of @font-face versions (eot, woff, ttf, svg) and the CSS syntax (like fontsquirrel), compression
-
Per @cconrad8's idea to better have the entrypoint for datasets via a diagram of the cell and cell components sequenced, as a more artful and meaningful way to tell story of collaborative data generat…
-
I wanted to generate the documentation as a print-friendly PDF. I cloned the repo and ran `make latexpdf`, but faced an error:
```
! LaTeX Error: Unknown graphics extension: .svg.
```
Turns ou…
-
ImageMagick PostScript conversion is no longer permitted so the generation of the .eps icons fails.
See: https://bugs.debian.org/991067
And: https://bugs.debian.org/987504
And: https://bugs.launchp…
-
I updated all of the dependencies and regenerated the PNG and SVG files for the basic test. Unfortunately they don't match.
PNG:
![Basic test](https://user-images.githubusercontent.com/778453/5…
-
It would be rather convenient to have the ability to output in SVG format, since SVG files are much more friendly for editing and scaling. I tried adding that to Python rendering script (using svgwrit…