-
I tried to collected several svg2png-render on [SVG-renderer](https://commons.wikimedia.org/wiki/User:JoKalliauer/SVG_test_suites#more_untested_Render)
[ImageMagick](https://imagemagick.org/index.…
-
I tried to install using
```bash
rustup update
if [ -f "/etc/debian_version" ]; then
sudo apt install qtbase5-dev libharfbuzz-dev libcairo2-dev
fi
if [ "$(grep -Ei 'fedora|redhat' /etc/*release…
-
According to https://github.com/RazrFalcon/resvg-test-suite/blob/master/tools/vdiff/README.md#dependencies vdiff depends on Qt5, but is Qt6 also supported?
```bash
sudo dnf install /usr/bin/qmake
…
-
Comparing the handling of the `RectangleShape` in `SVGRender`, there was a change in the original code, in particular, the construction of the `RectangleGeometry`. The results of the change is that so…
-
Hi,
angusj has created great library that support rendering SVG files. Please see https://sourceforge.net/projects/image32/
Could it be used as another back-end for rendering SVG files?
-
At present, Path->RoundedRect() method is for the case rx == ry. SVG spec allows to users to have a rounded-rect with different rx and ry. The codes in each ports are expected to be improved to suppor…
-
I get the error above which results in a crash.
This error happens when I try to remove the view that contains lot's of lines rendered like so:
```javascript
const linesArray = [];
for (let i …
-
I've managed to get my charts almost entirely perfect-looking, including adding a custom logo as the background of the x-axis using the theme. See https://www.solarpowerrocks.com/affordable-solar/mo-t…
-
Hello,
I tried to create a pull request but I do not have the permission. I suspect the automatic appVeyor build does not support C#7 feature.
Do you think those replacement lines will fix the …
-
# What happened
After modifying index.cli.js (to add the features the non-CLI part has) and adding prettier as a *dev* dependency as this project would need to explicitly list what it needs for the d…