Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

52 lines
891 B
C#

%!CairoScript
/hA { % cr dist lvl *hA* cr dist
dup not { pop } {
1 sub
3 copy hB 0 exch L pop
3 copy hA 0 L pop
3 copy hA neg 0 exch L pop
hC
} ifelse
} bind def
/hB { % cr dist lvl *hB* cr dist
dup not { pop } {
1 sub
3 copy hA 0 L pop
3 copy hB 0 exch L pop
3 copy hB neg 0 L pop
hD
} ifelse
} bind def
/hC { % cr dist lvl *hC* cr dist
dup not { pop } {
1 sub
3 copy hD neg 0 L pop
3 copy hC neg 0 exch L pop
3 copy hC 0 L pop
hA
} ifelse
} bind def
/hD { % cr dist lvl *hD* cr dist
dup not { pop } {
1 sub
3 copy hC neg 0 exch L pop
3 copy hD neg 0 L pop
3 copy hD 0 exch L pop
hB
} ifelse
} bind def
dict
/width 1024 set
/height 1024 set
surface context
2 2 m 4 10 hA pop 1 g set-source stroke
/target get (out.png) write-to-png pop
pop