-
We have quite a few figures in our repository and they have to be easy to maintain. Therefore, we need to clean them up so that they:
1. are minimal in size (don't have unnecessary information)
2.…
-
Test gist is here:
https://gist.github.com/dabeeeenster/004e82c3e344707751f294c16d5ddf50
Running this I get the following:
```
TypeError: unsupported file type: undefined (file: undefined)
…
-
Relevant links:
https://www.w3.org/TR/SVG2/struct.html#XMLSpaceAttribute
https://www.w3.org/TR/SVG2/text.html#WhiteSpaceProperty
The attribute xml:space is used to control white space in SVG …
-
The [blue heart SVG, 1f499](https://github.com/twitter/twemoji/blob/master/assets/svg/1f499.svg?short_path=9eade12) uses the hex color `#5DADEC`, while the other blue emojis, e.g. [blue circle, 1f535]…
-
In SVG 2 the Parameters module will be introduced, as I can read here:
http://www.w3.org/TR/SVGParamPrimer/
http://www.w3.org/TR/SVGParam/
https://tabatkins.github.io/specs/svg-params/
Parameters wou…
-
- [ ] [Link to FULL Prompt](https://gist.githubusercontent.com/dedlim/6bf6d81f77c19e20cd40594aa09e3ecd/raw/591d5a2d534911c6f6fbf8237fa747d02372a059/claude_3.5_sonnet_artifacts.xml)
### Here is a samp…
-
I wanted to have the ability to import not only `SvgComponent` as react native component, but allow import svg icon as text. Smth similar we got in svgr, which allows us to import url like `import svg…
-
Can we have the auto export/save for `drawio.svg` files automatically embed the dynamic `css` given by jgraph? This will allow the `svg` file to automatically switch between light and dark theme.
h…
-
So these issues all relate to the `fabric.loadSVGFromString` method, when given a string such as:
``` html
Created with Snap<<price>><<title>><<description>>
```
…
-
I'm using VSCode Extension BPMN Editor to create BPMN diagrams. However the SVG contains 'text' nodes with a 'text-decoration' attribute of value "normal" like this:
`text`
As far as I can tell,…