ff4ff35918
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.
32 lines
962 B
XML
32 lines
962 B
XML
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<line x1="100" y1="-950" x2="900" y2="-950"
|
|
fill="none"
|
|
stroke-width="100"
|
|
stroke-dasharray="none"
|
|
stroke="black" />
|
|
<line x1="100" y1="-750" x2="900" y2="-750"
|
|
fill="none"
|
|
stroke-width="100"
|
|
stroke-dasharray="200"
|
|
stroke-dashoffset="100"
|
|
stroke="black" />
|
|
<line x1="100" y1="-550" x2="900" y2="-550"
|
|
fill="none"
|
|
stroke-width="100"
|
|
stroke-dasharray="200 50"
|
|
stroke-dashoffset="100"
|
|
stroke="black" />
|
|
<line x1="100" y1="-350" x2="900" y2="-350"
|
|
fill="none"
|
|
stroke-width="100"
|
|
stroke-dasharray="200 50 100"
|
|
stroke-dashoffset="100"
|
|
stroke="black" />
|
|
<line x1="100" y1="-150" x2="900" y2="-150"
|
|
fill="none"
|
|
stroke-width="100"
|
|
stroke-dasharray="200 50 100 150"
|
|
stroke-dashoffset="100"
|
|
stroke="black" />
|
|
</svg>
|