drawing
Here are 1,215 public repositories matching this topic...
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
Dec 21, 2021 - TypeScript
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Dec 16, 2021 - Swift
A follow up on SixLabors/ImageSharp#1378 (comment).
Currently 32 bit test execution is only done for .NET Framework, with dotnet xunit which is an obsolete tool today, we need to adapt dotnet test, and add 32 bit CI targets for both net5.0 and netcoreapp3.1. Opening an issue to remember and track this debt.
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Dec 4, 2021 - JavaScript
-
Updated
Nov 10, 2021 - HTML
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
Sep 11, 2020 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Jul 19, 2020 - 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
Jan 4, 2022 - C++
-
Updated
May 29, 2020 - CoffeeScript
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."

I have 4 opened documents leveraging PWA which results in this list on macOS:
May I propose to use the filename as a window's title, so that several windows can be distinguished better?
In terms of length, you may need or want to show the beginning end of the filename similar to Fi