drawing
Here are 1,170 public repositories matching this topic...
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Nov 7, 2021 - TypeScript
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Nov 8, 2021 - Swift
-
Updated
Nov 10, 2021 - JavaScript
-
Updated
Sep 5, 2021 - JavaScript
-
Updated
Nov 10, 2021 - HTML
-
Updated
Sep 11, 2020 - JavaScript
I have such strange saves (duplicates) - ora~, jpg~, png~. I can rename them and they will work normally.
Save as - fine save without duplicates.
Export - fine save without duplicates.
Only 'Save' have such problem.
Krita have same problem, only 'File - Save'. I thought that i have some problems with my computer, but Paint.NET saves normally without duplicates. GIMP - i dont know where are there '
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Nov 3, 2020 - TypeScript
In the event payload the return type of layer is `L.Layer? so it needs to be casted to the Layer-Type.
layer.on('pm:edit', (e) => {
if(e.shape === 'Polygon'){
(e.layer as Polygon).getLatLngs();
}
});
I think following should work too: (But not tested)
layer.on('pm:edit', (e) => {
if(e.layer instanceof L.Polygon){
(e.layer as Polygon).getLatLngs();
}
-
Updated
Sep 12, 2021 - JavaScript
-
Updated
Oct 27, 2016 - C++
-
Updated
May 29, 2020 - CoffeeScript
-
Updated
Nov 9, 2021 - C++
-
Updated
Oct 4, 2021 - JavaScript
Improve this page
Add a description, image, and links to the drawing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drawing topic, visit your repo's landing page and select "manage topics."

steps:
Option/Altto resize from center