-
```
just to help, as the configuration step by step, to save to the server and open
it from the server. saw the answers about ext-server_opensave.js think this is
it, but how... to do..
open from i…
-
```
Couple of days ago i begun hacking into svg-edit, jgraduate for possible
inclusion in Google appengine.. but..
I'm having a HARD time with the hard-wiring of the paths. Could be
introduced a deco…
-
- **Webpage (optional):** https://gitlab.com/inkscape/inkscape/-/tree/master/share/icons
### Modification icon:
(maybe it can be skipped)
- [ ] hicolor/cursors/page-dragging.svg
- [ ] hicolor/…
-
Hi Raruto,
testing the [pull request ](https://github.com/Raruto/leaflet-gesture-handling/pull/26)regarding gesture handling, I found out, that a similar SVG issue like [this](https://github.com/Ra…
-
```
What steps will reproduce the problem?
1.Open svg-edit.
2.Draw an ellipse.
3.Click "Edit Source".
4.No modify. Click "Apply Changes".
5.The position of the ellipse is changed. The ellipse is drawn…
-
Generating an SVG file, e.g. using [state-machine-cat](https://github.com/sverweij/state-machine-cat), is currently not compatible with Svg Preview.
When the SVG file is re-written, either the disp…
-
```
This would allow to give credits to the authors "inside" the web application.
In what browser did you experience this problem?
All
Please provide any additional information below.
```
Ori…
-
I often use [Xournal](http://xournal.sourceforge.net/) for handwritten notes but the tool is a bit outdated (last version from 2014). I would like to replace Xournal by owncloud notes because it has s…
-
with wordpress 5.3 my filter
```php
add_filter('block_lab_icons', function ($icons) {
$myicon = [
"myicon" => '....',
];
$icons = array_merge($icons, $myicon);
ret…
-
### What problem does this feature solve?
https://stackblitz.com/edit/react-kcgl2x?file=demo.tsx
现在FloatButton group的 ant-float-btn-body size是写死的,固定32px,.ant-float-btn-icon 也是写死的18px ,无法自适应,,也…