From 966c810b4c715c2c939716a8550c7425534d1f8c Mon Sep 17 00:00:00 2001 From: Yuelin Wang Date: Wed, 16 Oct 2024 12:15:46 +0200 Subject: [PATCH] =?UTF-8?q?In=20der=20SSG-Bibliothek=20wurden=2030=C2=B0,?= =?UTF-8?q?=2060=C2=B0und=2090=C2=B0=20Kurven=20jeweils=20links=20und=20re?= =?UTF-8?q?chts=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SSG/shapes/img/Kurve_30_L_32px.png | Bin 0 -> 489 bytes .../SSG/shapes/img/Kurve_30_L_64px.png | Bin 0 -> 903 bytes .../SSG/shapes/img/Kurve_30_R_32px.png | Bin 0 -> 495 bytes .../SSG/shapes/img/Kurve_30_R_64px.png | Bin 0 -> 859 bytes .../SSG/shapes/img/Kurve_60_L_32px.png | Bin 0 -> 545 bytes .../SSG/shapes/img/Kurve_60_L_64px.png | Bin 0 -> 1114 bytes .../SSG/shapes/img/Kurve_60_R_32px.png | Bin 0 -> 566 bytes .../SSG/shapes/img/Kurve_60_R_64px.png | Bin 0 -> 1070 bytes .../SSG/shapes/img/Kurve_90_L_32px.png | Bin 0 -> 584 bytes .../SSG/shapes/img/Kurve_90_L_64px.png | Bin 0 -> 1203 bytes .../SSG/shapes/img/Kurve_90_R_32px.png | Bin 0 -> 593 bytes .../SSG/shapes/img/Kurve_90_R_64px.png | Bin 0 -> 1212 bytes Editor2DLibrary/SSG/shapes/palettes/c_ILS.xml | 9 ++- .../SSG/shapes/palettes/c_Session.xml | 31 +++++++++ .../SSG/shapes/props/s_Kurve_30_L.txt | 52 +++++++++++++++ .../SSG/shapes/props/s_Kurve_30_R.txt | 52 +++++++++++++++ .../SSG/shapes/props/s_Kurve_60_L.txt | 52 +++++++++++++++ .../SSG/shapes/props/s_Kurve_60_R.txt | 52 +++++++++++++++ .../SSG/shapes/props/s_Kurve_90_L.txt | 52 +++++++++++++++ .../SSG/shapes/props/s_Kurve_90_R.txt | 52 +++++++++++++++ .../SSG/shapes/svg/s_Kurve_30_L.xml | 11 +++ .../SSG/shapes/svg/s_Kurve_30_R.xml | 11 +++ .../SSG/shapes/svg/s_Kurve_60_L.xml | 11 +++ .../SSG/shapes/svg/s_Kurve_60_R.xml | 11 +++ .../SSG/shapes/svg/s_Kurve_90_L.xml | 11 +++ .../SSG/shapes/svg/s_Kurve_90_R.xml | 11 +++ SVGs/Kurve_30_L.svg | 60 +++++++++++++++++ SVGs/Kurve_30_R.svg | 61 +++++++++++++++++ SVGs/Kurve_60_L.svg | 62 +++++++++++++++++ SVGs/Kurve_60_R.svg | 63 ++++++++++++++++++ SVGs/Kurve_90_L.svg | 57 ++++++++++++++++ SVGs/Kurve_90_R.svg | 58 ++++++++++++++++ 32 files changed, 776 insertions(+), 3 deletions(-) create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_30_L_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_30_L_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_30_R_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_30_R_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_60_L_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_60_L_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_60_R_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_60_R_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_90_L_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_90_L_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_90_R_32px.png create mode 100644 Editor2DLibrary/SSG/shapes/img/Kurve_90_R_64px.png create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kurve_30_L.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kurve_30_R.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kurve_60_R.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L.txt create mode 100644 Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R.txt create mode 100644 Editor2DLibrary/SSG/shapes/svg/s_Kurve_30_L.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/s_Kurve_30_R.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/s_Kurve_60_L.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/s_Kurve_60_R.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/s_Kurve_90_L.xml create mode 100644 Editor2DLibrary/SSG/shapes/svg/s_Kurve_90_R.xml create mode 100644 SVGs/Kurve_30_L.svg create mode 100644 SVGs/Kurve_30_R.svg create mode 100644 SVGs/Kurve_60_L.svg create mode 100644 SVGs/Kurve_60_R.svg create mode 100644 SVGs/Kurve_90_L.svg create mode 100644 SVGs/Kurve_90_R.svg diff --git a/Editor2DLibrary/SSG/shapes/img/Kurve_30_L_32px.png b/Editor2DLibrary/SSG/shapes/img/Kurve_30_L_32px.png new file mode 100644 index 0000000000000000000000000000000000000000..84deba283ba6504ff72438e1f8508ccb38cb1614 GIT binary patch literal 489 zcmV65F}{h zUy)vmXc1J9T#Kx5xh7c%JF^!C_M90wA9r?USy5Gnl^{pJ3$U-~*U-hIl&TIKC<)4Y zI+`dO!`6>7N*R0&^Slg9<=udR0D^1*iLvg0(`W#|p3@B_RTjWC^$h%Bl4XB#L%J0QBoX-Gl=ih6)GQ0YOT@J+PQs9iXCUClrA1 zz`6+sI0+fv4`9dXlk-$ek7 f8J+*{cSijJIbp9$`zPWL00000NkvXXu0mjfmdwO$ literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/Kurve_30_L_64px.png b/Editor2DLibrary/SSG/shapes/img/Kurve_30_L_64px.png new file mode 100644 index 0000000000000000000000000000000000000000..50f781b35cfc16b03907a6d2b3980a946dac5398 GIT binary patch literal 903 zcmV;219<$2P)^n7)7wvzo3P`APU-9ij7)JN(&*u zQb;t01Pk#SY=Th<_|a(M$FXoGd-l3X_G9*5W@evi&It_fdH20Dce7Vil|~R`2XGr0 zR`hX0Hw!?N!aat8eqdCPTY_v#;hx@*MiL-M5AcwZk#j(=qCZm5=7mNRaMiiTwJZ$} z4J1I2qriRBdIJn7`YR1#zNjk!f(UTMXfB47ljj*V7OZikb`%`F!YE8f;r@oPv zkWf_p5RCWyGeBG1dJFU``lm_SyiiL5E>IdC;AYl`hbj{gf5CYMbi}QBpeJkF-bz%P zfOC|F2e^}m;i38jj04?qxd`l4biSFwe6eZ*1UW!yc!06I3=h>Uf%8s%w;4i0vEmXC zWG(Ol*c`V$0o{uJ^q|cPt0iEF((nKyc^V#8H^7bmNV9~5Vp#(O=>!H%Yev!M&6nht zl@f3USYzs3J^T_@GT?-{{tet~vX&rJG(eCJ;FxJm<>}pTSuO#Cz&cZpdC(GsP-H_vl{-}2no^#yr%U2f2U}#Z(+Wulz=|UH$S=k^r5l=C!IRC>mMo`aNJyf1s-|Q z5`;1X1la)WGp&id?fqTc1oTn9`^(&chgxwB7;x&s8F1KKF91(HY6-%U0rC64&-`s# z(FOmK{9+T(18g*PuAlx1)&O_?Px=%R3TwcAbFIJ=&su_D4d^o0vxq; zZTc_6$nj5-fbEn&0AB^r5`@HnJx;%H26Q?7!YzST0!;6{qTfP@2|;4OPSY#Qrw zQ-4-;F_f4PM3f(ZEX)otA)@?e@LZh!tc8{VK)b06X~23@=l*v97dHXlLkS6m`wS?2 d0t)vG_zQ(LC)9a2L(v-T+V0oc9K(MRUOwK+y*9W+L|u0K6DK(hq=! l@#%g5d>fzb2SDBU%rD^)tw`W|Zt?&C002ovPDHLkV1nj-%HRM1 literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/Kurve_30_R_64px.png b/Editor2DLibrary/SSG/shapes/img/Kurve_30_R_64px.png new file mode 100644 index 0000000000000000000000000000000000000000..2f0ddcdfaa0a65bf1c0b81ab1160087b0223c4c0 GIT binary patch literal 859 zcmV-h1ElA_w=mpb3FGl^PA`1d3|3-RF%{uNGEUw zxUT5Xa@J~CnU}OW5~K;Z3|s)#0?mT-EA@YhYgX#Tt%ekx0`^gU^8ovS6U$jsQriN8 z90Kl}(p#WU(LeR9msA1(6deYhm{KQjrr!0EO8|f%J-`riAK(PASJ9ufu9aK@02F-* z+%u(i;9@;%C7A#KK{|j@<_^S3V3(plYFQ`A1OO=d4j3?{X5d_{>m-{1072S;7eHeu zeV}|6RQ-*RYytojodE8d(iY%kEo&qVAm}P!V|=NW$;ksybd2&>Vxc{P9ISSJ@&JOa zMZW43Bz*{43Gxi+308q#Mc*tnFP8)W+%RJS&Q~)jrvx+tV?awNeF1hV`g^f?*(4ym z(L1KJ3Fu#HUN!)NZbts>QWLTQplFHmm0_WNL0T7^lNErV+h*JVoL;Osn?taWAk9Dt zXbPp0qJ5S6vrB-Ylfa-U?GR*lrT**y1l@}KsY;Ex0(cC3HU4;|#w-CSIt@HBrEWpC zF4UVPfS`wwKe|v;&Hx61Y2z2%2H65o^cyf@N_~QCi2Jey5cI%|8-OEmgC_t0$Kr;p z0Vw(&cx_6D1rghmHGrU}X50dF*gtvzFdF$@YdioLj=V1b;o-@+Dft2r^xTZM2~ylQ zbOXSi0|Fc@D8BW8-P!d zcb9M*}5}@b|WeA1ZT>%KP+hDUt0QSa+y9*%z`@5nhj{v63c%4T8?i29Kj2pcJ laQE*p%s&HM0+{#f(tpe>t>eq8^8x?>002ovPDHLkV1jK9WdQ&H literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/Kurve_60_L_32px.png b/Editor2DLibrary/SSG/shapes/img/Kurve_60_L_32px.png new file mode 100644 index 0000000000000000000000000000000000000000..a29324f863cd5ab69a06f1607449c856cace6365 GIT binary patch literal 545 zcmV++0^a?JP)wpSg>#hzJq6Xhfluh)U%Tpuiy#;t!ChMJdtiR1_*gp&_EC5m6{e zl)f6o-HApb^3xn%lZ(6EynCW;044vqCUttsSqVkJKPem1~l1X0!Kh?Y*T=!M{IgeT|itQ2EtXc za(E+Rw*-6x(Gq?tD}&b{c06z%v4}`TTgc_%4zc3FpAa)qz(E8SJa`T55E;ak2Vbrxyqv&xiPauy!Bs4PnD*e8QC_t`0*H3RwI?tb2V5$>70(0B zCf*X-54dAj+?@1%dOBPea01j6Qw5+;C>NK2Ux7IT2Uw014yFPQ*9u$!4aIwpK#$OC zoC3B2Spx@HjT`O@jGF6rU_Ea5mw>}%fPRxd6naQZ02l$%Ccl#e+zJet+#9f$n1I8j zfL@b37Ro0k0Ce;7ul5#kzrh-Y6rO%oNc0qZK`Vcnh91`v;c31cX?j|9pQ}l8)q+l$Ux1+)^8F z&n2W3<0asj?k$di=D!4lScp}Xx!t+0s+FW#0XNmgyE1DjLN(x_+T6~ZLP}9hK=sz< zcS$;&TTBT$5aL2yQnBwXBPTy26;Qvkdq!PkYLk%!tghKV$t|Q5BMG>&Vmq3oZ%c?N z!AJtCd;ftt^P7lHhz0uZ^v$jW;EI}U)+ON5nr$GDzQ&@1i)yxkJNX@tj{XlH@M8%f zrReBC`~Pb;>;S9O6Yx_hA*JYGL1p|)DIulk;OxqHxRj7mbo3vA|6NK*DLR;686PVp gq!jfEm~}1iFB&26qlSa;SO5S307*qoM6N<$f_McHmjD0& literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/Kurve_60_R_32px.png b/Editor2DLibrary/SSG/shapes/img/Kurve_60_R_32px.png new file mode 100644 index 0000000000000000000000000000000000000000..5d70a5096652985370112e3f42b4120d47ec0365 GIT binary patch literal 566 zcmV-60?GY}P)qrEt3L8sqEL+dK)&dGp~|7jFMAz(h^MCh-bC3$2F-NqUl`>Bd`-oj4<` zRGionmV`r%wV(nqEiCK+@j^J-I6wh%Q`oFPtOzr$0Az@3!deAlSvb%NK!&(1tX3eN z3aJ%<3~^Q1s6gCl4Io3@r~qsTr~X!7_a6B7XDy!LaUo6NQIaP2>>k*K3%z_zmrmT@ zsWwH_e~fk$Nji@u?9b8<%!PPY*6n!I#b z8gl?*`(I(ckS1_<46;cFAfNs|j%Vo?E{6CxBx*E542-+554T2uO*_EoEWE|xEN$Xs zh(Y5HFggp1g>(dSw9tYg7AyJnwgLKBEAlI?0)z-WFQnNd&9vzNysqTux&}DgHozMU zIs*vt4Ic{WMB5I)r(%Ar3xM@vey|IGFJ;mNz}GVQ17|F?_Y&{NZ~y=R07*qoM6N<$ Eg5`$oC;$Ke literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/Kurve_60_R_64px.png b/Editor2DLibrary/SSG/shapes/img/Kurve_60_R_64px.png new file mode 100644 index 0000000000000000000000000000000000000000..b9eb17479e7f7749e3889d1a50304382b0c1f44c GIT binary patch literal 1070 zcmV+}1kwA6P)@z0Z$+QL?bMpWQJ1JO;AQA8U3F#@q5sztRc%B0rPBKx;UT7{UB zi!7`~*+R@9$udf#HvOSo1T6wBv@-A?WKWBCMvkM`?ltdt-SLywUTrcx}e2ekKhKZ4e@q}D_hJxqN0ro2r(UBVOn7y#tT@J^6zmU z#0YAu0w&?JhIa{`!+RlSwlt1Y)Jg@MNG9&UYFyE{br4Ube7Cj1RBCe#ka8OqVjW8I zmtsSR)gdlwb4;yPz)6Y4%~*>Wja$3$V9HPvdxT>vC+Z){Jr0d7A=Fg}4P94Az5M$FV%+rt!*qUMrwf%I#Q;J%v39YeGCa zUU?@B07&^GZZ}v6YXx2mv0^-OPACA7@((P-_QDRV3bFiL=bJEVKvUJ`X+4$}c49@! zjpr=SL=Zy2l%wT@v~%I5xJ?EO!401#pd-Z9ut z*ZK{MQ~vay`W^-V5Mmm(U|wN=i`!BjKHGjL+^@h$O8F=5#oof6i*+I5Z2KJ=0FZJY z9x_-1YTbp$&$iE@nF6Ik+-I z9{?)tEUu?wKK%l)yAdy>UjV*v@;Y!mJpz#O5WXp_1@s6&rSgnmdWg&V2B7(&WOm;G zeBX$#={tZqy#kQ(0QMKwtX=`A^mB1NqmKag71uNS2;i6EdRiX=l>amA-HQ+$D1$x% oI8p|E1aPzr`Uv3v3Mhkr03Is$aRs{^L;wH)07*qoM6N<$f_?MdZU6uP literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/Kurve_90_L_32px.png b/Editor2DLibrary/SSG/shapes/img/Kurve_90_L_32px.png new file mode 100644 index 0000000000000000000000000000000000000000..ac24161c748c5ff8a4c0191795b59d33d1193fac GIT binary patch literal 584 zcmV-O0=NB%P)>jORX#v z6^j%$+AD`7hyfM!z=+4Q$i|yH_mWHQb{&}F%?|Vb&zoi5q=-;uOVSL^;Us2p4AVG( zsXY}z=Wq!NIF2-I?!*L=v>#V-xqyz;#uiA@K`i0Ajnr<{x@cns9dvdrkfek~+{U3H z)7J2^=*xH?;#WRlR{}|D;x5jXd|t<6wD2rMcgw{hVn~u3D3kZ9K`z7$V!u)Q)BMTJpMyrBAMA~iyJ-<;vUmkILsU|? zQ)KHFh2@Rj-5xj};&l~p{F8wt{e`7fC7dh+MLmC~S5iAT9pZD90(l0m=&$Dws)o~_ zfn~jy%uk#O@u_NoMggDG|BQN42mG&qjR$1jT6Ms4frV^r4bN*6NYWAg>3B{RW01Xcfi6!;f)GU}DHJ_P z2}Ka3^OC5O5JLFFt2sCZ^-O;%^G3V(O$MDjOsS=i_?J!!?+TX`}u9xHBLKQ!yX6 zU@>NQbG>n4KoF+jW-P@LoHNEt9K#{}R($?d}V`5Bk!8Al!(@VCY753wtX|8`Su zUlT;_fEPPHI39W@4@U!8ROwunwD}c&ry1k{A$#$#@h`;;dm# z*@Bm%_(iX^v~EBU=Ho?qPp!_^SQW)D+tSmT0YR9A( zye99mmiY&-Vs#Xcw4tR=&kYE|ZFm{y)(&mQ6H(mLYYih&55>j^LKcKo*r;0hL9E8@ zsVh&9BB1EIzk+*ehYsSQD1P3Ha!-ZE4G6+Cyn#ivLtF7+6n|;D%x-A(76`%&c^9=_ z`88PDZ;XI+#m!w8&_lY8fFPWW zO{$eYiucrRCz`)AP7t3J1#nW6~%XYFR5Kdihvch^mDxwl8Rvs z2*N_uCF(5`q0JwT6Ggz|we*B&^M~WORv-wM;2T4|zTHt=(6+F)7%l?tSMBnyYe`EI zDiKih`S%*ykn|_!MDgzg+FGF=0gF_3V{M$smFIW^me$f6+7gnA|8Id}2j)IQn-KR$ z@!C|v+M*l*3siSt_VtQRQb_eEo zp%Vc&)bh8sEhH5k1LoE8ceE`e6&(YvF6AA@_X)HlAuCpS=a%wzw!K*~B^fSOo%GzB zNJ|njTvp5bE`^X(WVo=F_d^OHsmSE-)s^`iGZQ>C^&{ z8&KZqaX6KbRAlmZX*>L$N=Pa)oLNdAO(i51877y~1F3|hB9p&L-r=+};6H^U0)_ot RAuIp@002ovPDHLkV1mUuEQ9DopSaVL{@Cux5%fGTd*`a`7w?wWnV z&BfuO03m*0Jd^e&X=_Ob;C|Ll7$^-eQS0w14e$~_vwnY3fDqp?ok_b&I{#3ZtvbLjaz$`BaGP7?00000NkvXXu0mjf`mq49 literal 0 HcmV?d00001 diff --git a/Editor2DLibrary/SSG/shapes/img/Kurve_90_R_64px.png b/Editor2DLibrary/SSG/shapes/img/Kurve_90_R_64px.png new file mode 100644 index 0000000000000000000000000000000000000000..4bada1ee752a699013a271d99687f991254ba992 GIT binary patch literal 1212 zcmV;t1Vj6YP)D9jT3 ztAdCKqOd=DN>QPug;GisN=BAhk%&!Yn2)g4ALrch%xPwv$GtOi@A<+od#|(hgCA?J zv(G-~CgBep%>NGIceGE~qSA2&L z@c}l3I5hBS4IW8&9;5R5I84AP`TrC8*xx>^!5jD}#6R_#XroBc&5}-1!bD8Q8JLb4 zm?;zJSnR&Sow_+N+8Of15!IJq0Qjd&u&y1EYD59%&JN5|4=+=TluwHvp$ z@nDEw8ZwDq&@cfy2FRAk0^E=Dx^OvwRaiL`x6p(xt$2STv4OCzv?;OkS~EUA@<^CEH7P}hqsc{({o3k8Fmp+BuRJRNsKI*ci@H) zKh22HgK}7XXrUsqAcFT*15**M|6WAbk(J9MBaZHsCrG z6X0~bl%!Ezx9S~DApnH<61T}tuWMY67n3xy%SOGRX#}7n67JG@!_C$`1sH+XWrwmgzQ8qod6aId98e_0zp{L= zyI`J;hx*b_(?&pzB+Zk(h^gHP0&O8a>rMNnjer^<*2}ibH4>gq((%1%-}D0HEXU`C z`ZV0#n}$ul1ZpJdY<%MA@!A2*Io3l{t3-eh+hh+-HOAnvW3_9U2!JGwlP!gb1@rYG zKJKnf%R~T#*oS2$^8-D#X(<76R?9X-HRdMi;_jSVPJsLyrWGag(yn}Iu^dn%e+{=z z_S(M2{198pzAYC4bVR|bl6gs2zAYI6kROt4#F@D%Fe}8aqF+l!0E9S#X9}i-TgrYd z8v&4{vG^8abJGsYE`IFUvJn6w_T$}xX$sCS`n0qFIj@!Kot8mMF9AA|;Z{dqxVB?j zh{IGM0`g?Ix?mcQxwT5m3y||>seV*R7ik)`}
Gefällestrecke
-
90 Kurve
-
60 Kurve
-
30 Kurve
+
90 Kurve links
+
90 Kurve rechts
+
60 Kurve links
+
60 Kurve rechts
+
30 Kurve links
+
30 Kurve rechts
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/palettes/c_Session.xml b/Editor2DLibrary/SSG/shapes/palettes/c_Session.xml index 821ff47..a2c87b5 100644 --- a/Editor2DLibrary/SSG/shapes/palettes/c_Session.xml +++ b/Editor2DLibrary/SSG/shapes/palettes/c_Session.xml @@ -74,4 +74,35 @@
Strecke :35
Strecke :36
Strecke :37
+
Kurve :1
+
Kurve :1
+
Kurve :2
+
Kurve :3
+
Kurve :1
+
Kurve :2
+
Kurve :1
+
Kurve :2
+
Kurve :3
+
Kurve :4
+
Kurve :5
+
Kurve :6
+
Kurve :1
+
Kurve :2
+
Kurve :3
+
Kurve :4
+
Kurve :1
+
Kurve :2
+
Kurve :3
+
Kurve :4
+
Kurve :5
+
Kurve :6
+
Kurve :6
+
Kurve :7
+
Kurve :8
+
Kurve :9
+
Kurve :10
+
Kurve :11
+
Kurve :12
+
Kurve :13
+
Kurve :14
\ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_L.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_L.txt new file mode 100644 index 0000000..3ca33df --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_L.txt @@ -0,0 +1,52 @@ +{ + "shapeMode": 0, + "name": "30 Kurve links", + "family": "Kurve", + "icon": "SSG/shapes/img/Kurve_30_L_32px.png", + "iconBig": "SSG/shapes/img/Kurve_30_L_64px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_30_L.xml", + "width": 202.5449, + "height": 755.9055, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 1000.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 30.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 0.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_R.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_R.txt new file mode 100644 index 0000000..d5f84be --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_30_R.txt @@ -0,0 +1,52 @@ +{ + "shapeMode": 0, + "name": "30 Kurve rechts", + "family": "Kurve", + "icon": "SSG/shapes/img/Kurve_30_R_32px.png", + "iconBig": "SSG/shapes/img/Kurve_30_R_64px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_30_R.xml", + "width": 202.5449, + "height": 755.9055, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 150.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 0.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L.txt new file mode 100644 index 0000000..9c7e544 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_L.txt @@ -0,0 +1,52 @@ +{ + "shapeMode": 0, + "name": "60 Kurve links", + "family": "Kurve", + "icon": "SSG/shapes/img/Kurve_60_L_32px.png", + "iconBig": "SSG/shapes/img/Kurve_60_L_64px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_60_L.xml", + "width": 755.9055, + "height": 1309.2661, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 1000.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 60.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 0.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_R.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_R.txt new file mode 100644 index 0000000..8b23ed1 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_60_R.txt @@ -0,0 +1,52 @@ +{ + "shapeMode": 0, + "name": "60 Kurve rechts", + "family": "Kurve", + "icon": "SSG/shapes/img/Kurve_60_R_32px.png", + "iconBig": "SSG/shapes/img/Kurve_60_R_64px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_60_R.xml", + "width": 755.9055, + "height": 1309.2661, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 120.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 0.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L.txt new file mode 100644 index 0000000..4793ccc --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_L.txt @@ -0,0 +1,52 @@ +{ + "shapeMode": 0, + "name": "90 Kurve links", + "family": "Kurve", + "icon": "SSG/shapes/img/Kurve_90_L_32px.png", + "iconBig": "SSG/shapes/img/Kurve_90_L_64px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_90_L.xml", + "width": 1511.811, + "height": 1511.811, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 1000.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 90.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 0.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 180.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R.txt b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R.txt new file mode 100644 index 0000000..15b873b --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/props/s_Kurve_90_R.txt @@ -0,0 +1,52 @@ +{ + "shapeMode": 0, + "name": "90 Kurve rechts", + "family": "Kurve", + "icon": "SSG/shapes/img/Kurve_90_R_32px.png", + "iconBig": "SSG/shapes/img/Kurve_90_R_64px.png", + "srcSVG": "SSG/shapes/svg/s_Kurve_90_R.xml", + "width": 1511.811, + "height": 1511.811, + "behaviour": "(NOSTRETCH)(NOSTRETCHONVIEW)(NOROTATE)(NOROTATEONVIEW)(CONTAINER)(HIDEDIMENSIONS)(HIDEROTATION)(HIDEPIN)(ALWAYSFRONT)", + "connectionPoints": [ + { + "id": "cp1", + "x": 0.0, + "y": 0.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 90.0, + "linkClass": "Gefaellestrecke", + "label": "H0", + "isDimension": true + }, + { + "id": "cp2", + "x": 1000.0, + "y": 1000.0, + "z": 0.0, + "xMin": "", + "xMax": "", + "xStep": "", + "yMin": "", + "yMax": "", + "yStep": "", + "zMin": "", + "zMax": "", + "zStep": "", + "direction": 0.0, + "linkClass": "Gefaellestrecke", + "label": "H1", + "isDimension": true + } + ], + "eventClass": "OnInserted,OnPasted,OnLinked,OnDoubleclick" +} \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/s_Kurve_30_L.xml b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_30_L.xml new file mode 100644 index 0000000..3087455 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_30_L.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/s_Kurve_30_R.xml b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_30_R.xml new file mode 100644 index 0000000..c701c53 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_30_R.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/s_Kurve_60_L.xml b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_60_L.xml new file mode 100644 index 0000000..7672a1d --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_60_L.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/s_Kurve_60_R.xml b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_60_R.xml new file mode 100644 index 0000000..d92239f --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_60_R.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/s_Kurve_90_L.xml b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_90_L.xml new file mode 100644 index 0000000..199d52a --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_90_L.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Editor2DLibrary/SSG/shapes/svg/s_Kurve_90_R.xml b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_90_R.xml new file mode 100644 index 0000000..5263b75 --- /dev/null +++ b/Editor2DLibrary/SSG/shapes/svg/s_Kurve_90_R.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/SVGs/Kurve_30_L.svg b/SVGs/Kurve_30_L.svg new file mode 100644 index 0000000..c868c4a --- /dev/null +++ b/SVGs/Kurve_30_L.svg @@ -0,0 +1,60 @@ + + + + + + + + + + diff --git a/SVGs/Kurve_30_R.svg b/SVGs/Kurve_30_R.svg new file mode 100644 index 0000000..ff73354 --- /dev/null +++ b/SVGs/Kurve_30_R.svg @@ -0,0 +1,61 @@ + + + + + + + + + + diff --git a/SVGs/Kurve_60_L.svg b/SVGs/Kurve_60_L.svg new file mode 100644 index 0000000..65248ed --- /dev/null +++ b/SVGs/Kurve_60_L.svg @@ -0,0 +1,62 @@ + + + + + + + + + + diff --git a/SVGs/Kurve_60_R.svg b/SVGs/Kurve_60_R.svg new file mode 100644 index 0000000..0fd6940 --- /dev/null +++ b/SVGs/Kurve_60_R.svg @@ -0,0 +1,63 @@ + + + + + + + + + + diff --git a/SVGs/Kurve_90_L.svg b/SVGs/Kurve_90_L.svg new file mode 100644 index 0000000..18061e2 --- /dev/null +++ b/SVGs/Kurve_90_L.svg @@ -0,0 +1,57 @@ + + + + + + + + + + diff --git a/SVGs/Kurve_90_R.svg b/SVGs/Kurve_90_R.svg new file mode 100644 index 0000000..e0eec56 --- /dev/null +++ b/SVGs/Kurve_90_R.svg @@ -0,0 +1,58 @@ + + + + + + + + + +