✏️ Added inkscape specific notes

This commit is contained in:
z3rOR0ne 2025-02-09 20:48:32 -08:00
parent feac401b25
commit 6e1765423f
4 changed files with 27 additions and 4 deletions

View file

@ -31,6 +31,7 @@ alias svs="cd /etc/runit/sv && ls"
alias vpnup="doas sv up openvpn && doas sv start openvpn"
alias vpndown="doas sv down openvpn && doas sv stop openvpn"
alias Code="cd ~/Documents/Code && ls"
alias graphics="cd ~/Documents/Graphic_Design && ls"
alias Math="cd ~/Documents/Math && ls"
alias cplus="cd ~/Documents/Code/cpp && ls"
alias js="cd ~/Documents/Code/javascript && ls"
@ -395,7 +396,7 @@ alias unu="upnup"
source $HOME/.linodes/.ips
source $HOME/.k_hidden
source $HOME/.n_hidden
alias "${scomm}"='cd "${secdir}" && mmpv * && home'
alias "${scomm2}"='mmpv ${secvid} && home'
alias "${scomm3}"='cd "${secdir2}" && mmpv * && home'
# source $HOME/.n_hidden
# alias "${scomm}"='cd "${secdir}" && mmpv * && home'
# alias "${scomm2}"='mmpv ${secvid} && home'
# alias "${scomm3}"='cd "${secdir2}" && mmpv * && home'

View file

@ -0,0 +1,18 @@
Taken from
[StackExchange](https://graphicdesign.stackexchange.com/questions/147506/inkscape-to-convert-multiple-paths-into-one-single-path).
1. Select everything, and do Ungroup Shift+Ctrl+G 5 times to remove all those
unnecessary nested groups.
2. Do Path > Stroke to Path to turn the horizontal stroke into a path.
3. Now you can do Path > Combine, or alternatively do Path > Union if you want
to get rid of any overlaps.
4. Do File > Cleanup document
5. To export as optimised SVG, do File > Save as, then select "Optimised SVG"
from the file type dropdown.
6. In the Optimsed SVG Output dialog set up the items you want to keep and which
you want to remove. Here are my settings

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -705,3 +705,7 @@ ethernet.cloned-mac-address=random
# Generate a random MAC for each Wi-Fi and associate the two permanently.
wifi.cloned-mac-address=stable
```
02/09/2025
Install tinycss2 (for Inkscape):
doas pacman -S python-tinycss2