mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Repo Icon & Raspberry PI category
[skip ci] because simple things
This commit is contained in:
5
.idea/icon.svg
generated
Normal file
5
.idea/icon.svg
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="800" height="800" viewBox="0 0 800 800" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M400 500C700 500 700 100 400 100" stroke="#0468FF" stroke-width="150"/>
|
||||
<path d="M400 200L100 600" stroke="#1F34AB" stroke-width="150"/>
|
||||
<path d="M100 300L200 500" stroke="#85AEFF" stroke-width="150"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 324 B |
@@ -70,7 +70,7 @@ compose.desktop {
|
||||
}
|
||||
linux {
|
||||
appCategory = "Programming"
|
||||
menuGroup = "Processing"
|
||||
menuGroup = "Development;Programming;"
|
||||
iconFile = rootProject.file("build/linux/processing.png")
|
||||
// Fix fonts on some Linux distributions
|
||||
jvmArgs("-Dawt.useSystemAAFontSettings=on")
|
||||
|
||||
Reference in New Issue
Block a user