diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js index fd6860d8b914afa6a2f4ef9b848cdcd7e13847d8..660ab719648c2ef6f96d3db2c92ac76d507bc8b9 100644 --- a/src/art/vector/VectorArtJS.js +++ b/src/art/vector/VectorArtJS.js @@ -251,85 +251,96 @@ window.VectorArt = (function() { } else { penisDrawtime = 0; /* default is to draw before boobs/belly */ switch (slave.clothes) { - /* BULGE OUTFITS LONG+MEDIUM OUTFITS */ + /* BULGE OUTFITS WITH ERECTION: LONG OUTFITS */ + case "an apron": case "a ball gown": case "a biyelgee costume": + case "a comfortable bodysuit": case "a burkini": case "a burqa": - case "a dirndl": + case "a cheerleader outfit": + case "clubslut netting": + case "a cybersuit": case "a halter top dress": case "a hijab and abaya": - case "a hijab and blouse": - case "a kimono": case "a klan robe": - case "a long qipao": - case "a maternity dress": - case "a military uniform": - case "a mounty outfit": + case "a latex catsuit": + case "a leotard": case "a nice maid outfit": - case "a nice nurse outfit": + case "a slutty maid outfit": + case "a military uniform": + case "a mini dress": + case "a monokini": case "a niqab and abaya": - case "a police uniform": + case "a nice nurse outfit": + case "a one-piece swimsuit": case "a red army uniform": case "a schutzstaffel uniform": - case "a skimpy loincloth": - case "a slave gown": - case "a slutty nurse outfit": case "a slutty schutzstaffel uniform": - case "a t-shirt and jeans": + case "a slave gown": + case "a succubus outfit": + case "nice business attire": + case "a bunny outfit": + case "a chattel habit": + case "harem gauze": + case "a huipil": + case "a kimono": + case "a maternity dress": + case "a slutty qipao": + case "a long qipao": case "a toga": - case "an apron": + case "a penitent nuns habit": + if ((canAchieveErection(slave)) && (slave.chastityPenis !== 1)) { + penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_Hard_${penisSize}`); + break; /* IN CASE OF NO ERECTION, SKIP TO A NORMAL BULGE */ + } + /* BULGE OUTFITS LONG OUTFITS */ case "battlearmor": case "battledress": - case "conservative clothing": + case "cutoffs and a t-shirt": + case "cutoffs": + case "a hijab and blouse": case "jeans": - case "leather pants": case "leather pants and a tube top": case "leather pants and pasties": + case "leather pants": case "lederhosen": - case "nice business attire": - case "slutty business attire": + case "a slutty nurse outfit": + case "a police uniform": + case "a schoolgirl outfit": + case "a slutty outfit": case "spats and a tank top": case "sport shorts": case "sport shorts and a sports bra": case "sport shorts and a t-shirt": - case "stretch pants and a crop-top": - penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_${penisSize}`); - break; - /* BULGE OUTFITS SHORT OUTFITS */ - case "a bunny outfit": - case "a button-up shirt and panties": - case "a chattel habit": - case "a huipil": - case "a leotard": - case "a mini dress": - case "a monokini": - case "a one-piece swimsuit": - case "a penitent nuns habit": - case "a scalemail bikini": - case "a slutty klan robe": - case "a slutty maid outfit": - case "a slutty outfit": - case "a slutty qipao": - case "a succubus outfit": + case "slutty business attire": case "a sweater and cutoffs": case "a sweater and panties": + case "a t-shirt and jeans": case "a t-shirt and panties": - case "a t-shirt and thong": - case "a tank-top and panties": - case "a thong": - case "a tube top and thong": - case "an oversized t-shirt and boyshorts": - case "attractive lingerie for a pregnant woman": + case "a tank-top and panties": + case "conservative clothing": + case "stretch pants and a crop-top": + penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_${penisSize}`); + break; + /* SMALL BULGE ONLY (SHORT) OUTFITS */ case "boyshorts": - case "cutoffs": - case "cutoffs and a t-shirt": - case "harem gauze": + case "a button-up shirt and panties": case "kitty lingerie": - case "panties": + case "a slutty klan robe": + case "a mounty outfit": case "panties and pasties": + case "panties": + case "an oversized t-shirt and boyshorts": + case "a scalemail bikini": + case "a skimpy loincloth": case "striped panties": case "striped underwear": + case "a t-shirt and thong": + case "a thong": + case "a tube top and thong": + case "attractive lingerie for a pregnant woman": + case "harem gauze": if (slave.belly <= 4000) { if (slave.dick > 3) penisArtString = jsInclude("Art_Vector_Bulge_Outfit_3"); @@ -337,11 +348,10 @@ window.VectorArt = (function() { penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_${penisSize}`); } break; - /* hide everything */ - case "a cheerleader outfit": + /* NO BULGE, EVERYTHING HIDDEN */ + case "a dirndl": case "a gothic lolita dress": case "a hanbok": - case "a schoolgirl outfit": break; /* full frontal */ default: @@ -600,15 +610,11 @@ window.VectorArt = (function() { switch (slave.clothes) { case "a bra": case "a button-up shirt": - case "a comfortable bodysuit": - case "a cybersuit": case "a fallen nuns habit": - case "a hanbok": - case "a latex catsuit": - case "a monokini": + case "attractive lingerie": + case "overalls": case "a nice pony outfit": case "a Santa dress": - case "overalls": case "a slutty pony outfit": case "a sports bra": case "a string bikini": @@ -616,16 +622,12 @@ window.VectorArt = (function() { case "a sweater": case "a t-shirt": case "a tank-top": - case "a thong": case "a tube top": - case "an oversized t-shirt": - case "attractive lingerie": + case "an oversized t-shirt": case "body oil": case "chains": case "choosing her own clothes": - case "clubslut netting": case "no clothing": - case "panties and pasties": case "restrictive latex": case "shibari ropes": case "slutty jewelry": @@ -1132,7 +1134,7 @@ window.VectorArt = (function() { /* outfit dick coloring to match outfit rgba in svg */ switch (slave.clothes) { case "a cheerleader outfit": - T.scrotumSkinStyle = "fill:rgba(250,186,0,1);"; + T.scrotumSkinStyle = "fill:rgba(95,110,160,1);"; T.bellySkinStyle = "fill:rgba(95,110,160,1);"; break; case "cutoffs and a t-shirt": @@ -1149,7 +1151,7 @@ window.VectorArt = (function() { T.bellySkinStyle = "fill:rgba(51,51,51,1);"; break; case "a hijab and blouse": - T.scrotumSkinStyle = "fill:rgba(85,0,34,1);"; + T.scrotumSkinStyle = "fill:rgba(51,51,51,1);"; T.bellySkinStyle = "fill:rgba(85,0,34,1);"; break; case "a burkini": @@ -1359,6 +1361,7 @@ window.VectorArt = (function() { break; case "an oversized t-shirt and boyshorts": T.bellySkinStyle = "fill:rgba(255,255,255,1);"; + T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; break; case "a sweater and panties": T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; @@ -1400,6 +1403,12 @@ window.VectorArt = (function() { break; case "a biyelgee costume": T.scrotumSkinStyle = "fill:rgba(33,68,120,1);"; + break; + case "panties and pasties": + T.scrotumSkinStyle = "fill:rgba(26,26,26,1);"; + break; + case "clubslut netting": + T.scrotumSkinStyle = "fill:rgba(248,175,206,1);"; } } @@ -2315,27 +2324,17 @@ window.VectorArt = (function() { switch (slave.clothes) {/* piercings display on these clothes */ case "a bra": case "a button-up shirt": - case "a chattel habit": - case "a comfortable bodysuit": - case "a cybersuit": case "a fallen nuns habit": case "a Fuckdoll suit": - case "a latex catsuit": - case "a monokini": case "a nice pony outfit": - case "a penitent nuns habit": case "a Santa dress": case "overalls": - case "a skimpy loincloth": case "a slutty pony outfit": case "a sports bra": case "a string bikini": case "a striped bra": - case "a succubus outfit": case "a sweater": case "a t-shirt": - case "a t-shirt and panties": - case "a t-shirt and thong": case "a tank-top": case "a tube top": case "an oversized t-shirt": @@ -2347,9 +2346,6 @@ window.VectorArt = (function() { case "restrictive latex": case "shibari ropes": case "slutty jewelry": - case "sport shorts": - case "sport shorts and a sports bra": - case "sport shorts and a t-shirt": case "uncomfortable straps": case "Western clothing": /* piercinglevel = 1, Light; piercinglevel = 2, Heavy; piercinglevel = 3, Smart; piercinglevel = 0, None */ diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_0.tw b/src/art/vector/layers/Bulge_Outfit_Hard_0.tw new file mode 100644 index 0000000000000000000000000000000000000000..3632f4f04a9400c1c17b72346b4833cb46e6fa48 --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_0.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_0 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path48945" d="m 276.12025,466.73654 c -2.88164,1.9008 -6.71596,1.94422 -8.54246,0.75366 -3.59789,-2.34518 -3.31778,-7.98451 -2.42447,-9.53973 0.36239,-0.63091 1.15375,-1.35085 2.54927,-5.47624 0.9305,-2.75069 1.55309,-10.59199 1.51632,-16.73609 -0.005,-0.91305 -0.72077,-0.0215 -0.88713,-0.91416 -0.23583,-1.2654 1.28059,-3.41838 1.76106,-4.06245 1.76161,-2.36147 2.60991,-1.04381 3.00274,-1.0143 1.03457,0.0777 1.37566,2.50968 1.58633,5.47005 0.0557,0.78217 -0.06,1.04406 -0.10202,1.85715 -0.24391,4.72574 -0.95505,7.73825 -0.57276,15.5841 0.12041,2.47126 1.3231,5.47925 1.8056,6.31636 1.8673,3.23971 1.99162,6.14145 0.30752,7.76165 z" style="display:inline;fill:#000000;opacity:1;stroke-width:0.56132483"/> <path class="skin scrotum" d="m 268.25561,467.41283 c -3.82145,-1.73099 -3.85566,-8.15952 -2.42146,-9.84348 0.6027,-0.70766 1.01966,-1.33604 2.32537,-5.1263 0.89616,-2.60143 1.44591,-11.32063 1.4147,-17.21044 -0.005,-0.87527 -1.05134,0.1743 -0.99123,-0.69122 0.0845,-1.21679 0.82634,-2.49493 2.26878,-4.45862 0.86058,-1.17156 2.63158,-1.2119 3.91123,0.0353 0.72527,0.70685 1.7148,2.13327 1.8936,4.97112 0.0472,0.7498 -0.85553,-0.0334 -0.89115,0.74606 -0.20703,4.53014 -0.63126,9.36018 -0.30679,16.8813 0.10221,2.36898 0.82658,3.98408 1.29407,4.75308 1.88796,3.10562 2.59961,7.96035 0.1649,9.52036 -2.43472,1.56 -6.91378,1.21474 -8.66202,0.42285 z" id="path48947" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_1.tw b/src/art/vector/layers/Bulge_Outfit_Hard_1.tw new file mode 100644 index 0000000000000000000000000000000000000000..640a05a1fbdf2c4d274a0ca0c8d48634f923c37a --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_1.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_1 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path48951" d="m 278.51974,469.09138 c -4.2298,2.99466 -9.85796,3.06305 -12.53897,1.18738 -5.28113,-3.69476 -4.86996,-12.57934 -3.55873,-15.02954 0.53193,-0.99397 1.69352,-2.12822 3.74192,-8.62763 1.36583,-4.33363 2.27969,-16.68733 2.22571,-26.36716 -0.008,-1.43849 -1.05797,-0.0338 -1.30216,-1.44022 -0.34617,-1.99361 1.8797,-5.38556 2.58494,-6.40028 2.58576,-3.7204 3.83094,-1.64447 4.40754,-1.59798 1.51859,0.12242 2.01926,3.95393 2.32848,8.61788 0.0817,1.2323 -0.0881,1.64487 -0.14974,2.9259 -0.35802,7.44523 -1.40185,12.19133 -0.84072,24.55221 0.17674,3.89339 1.9421,8.63239 2.65034,9.95123 2.7409,5.10404 2.92337,9.67564 0.45139,12.22821 z" style="display:inline;fill:#000000;opacity:1;stroke-width:0.85360748"/> <path class="skin scrotum" d="m 266.9757,470.15685 c -5.60928,-2.7271 -5.65949,-12.85504 -3.55432,-15.50808 0.88466,-1.11488 1.49672,-2.10486 3.41327,-8.07631 1.31542,-4.09847 2.12238,-17.83528 2.07656,-27.11447 -0.007,-1.37896 -1.54319,0.2746 -1.45498,-1.08899 0.12403,-1.91702 1.21295,-3.9307 3.33023,-7.02442 1.26318,-1.84575 3.86272,-1.9093 5.74105,0.0557 1.06458,1.11361 2.51704,3.3609 2.7795,7.83183 0.0693,1.18129 -1.25578,-0.0525 -1.30807,1.1754 -0.30389,7.13708 -0.92659,14.74665 -0.45032,26.59593 0.15002,3.73224 1.21328,6.27678 1.89949,7.48832 2.77122,4.8928 3.81581,12.54127 0.24204,14.99902 -3.57378,2.45772 -10.14831,1.91377 -12.71445,0.66618 z" id="path48953" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_10.tw b/src/art/vector/layers/Bulge_Outfit_Hard_10.tw new file mode 100644 index 0000000000000000000000000000000000000000..993b33fe3f7af09adbb4da6e22c3896f6319487f --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_10.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_10 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path49005" d="m 284.0582,485.14125 c -12.17976,7.89943 -28.38616,8.07986 -36.10616,3.13211 -15.20706,-9.74621 -14.02312,-33.18234 -10.24741,-39.6456 1.53171,-2.62193 4.8765,-5.61391 10.77493,-22.75835 3.93289,-11.43144 6.5644,-44.01862 6.40897,-69.5525 -0.0232,-3.79451 -3.04645,-0.0893 -3.7496,-3.79909 -0.99678,-5.2588 5.41261,-14.20626 7.44338,-16.88291 7.44574,-9.81386 11.03123,-4.33788 12.69158,-4.21525 4.37279,0.32296 5.81449,10.42983 6.70492,22.73264 0.23524,3.25059 -0.2538,4.33893 -0.4312,7.71803 -1.03095,19.63941 -4.03667,32.15891 -2.4209,64.76498 0.50895,10.27017 5.59234,22.77089 7.63171,26.24979 7.89245,13.46369 8.41789,25.52285 1.29978,32.25615 z" style="display:inline;fill:#000000;opacity:1;stroke-width:2.35257006"/> <path class="skin scrotum" d="m 250.81698,487.95181 c -16.152,-7.19369 -16.2966,-33.90964 -10.23472,-40.90792 2.54739,-2.94091 4.30979,-5.55235 9.82857,-21.30409 3.78779,-10.81111 6.1114,-47.0467 5.97948,-71.52379 -0.0198,-3.63746 -4.44367,0.72437 -4.18963,-2.87257 0.35712,-5.05682 3.4927,-10.36858 9.58941,-18.52934 3.63736,-4.8688 11.12279,-5.03645 16.53146,0.14665 3.06546,2.93756 7.24787,8.86553 8.00361,20.65917 0.19968,3.11605 -3.61605,-0.13873 -3.76661,3.10052 -0.87504,18.82653 -2.66812,38.89939 -1.29667,70.15595 0.43198,9.8451 3.49365,16.55719 5.46959,19.75305 7.97976,12.90644 10.98768,33.08194 0.69697,39.56506 -10.29074,6.48312 -29.22223,5.04828 -36.61146,1.75731 z" id="path49007" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_2.tw b/src/art/vector/layers/Bulge_Outfit_Hard_2.tw new file mode 100644 index 0000000000000000000000000000000000000000..1ec99bc07fc5c09e7ffc51153fe35d0f97b20399 --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_2.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_2 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path48957" d="m 278.05414,474.57418 c -4.80017,3.62666 -11.18728,3.70948 -14.2298,1.43797 -5.99325,-4.47453 -5.52666,-15.23414 -4.03861,-18.20144 0.60367,-1.20372 1.92188,-2.57736 4.2465,-10.44843 1.55,-5.2482 2.5871,-20.20909 2.52585,-31.93177 -0.01,-1.74208 -1.20064,-0.041 -1.47776,-1.74417 -0.39284,-2.41434 2.13317,-6.52215 2.93352,-7.751 2.93442,-4.50558 4.34751,-1.99154 5.00187,-1.93524 1.72336,0.14827 2.29155,4.78837 2.64248,10.43662 0.0927,1.49236 -0.10003,1.99202 -0.16994,3.54338 -0.40632,9.01652 -1.5909,14.76426 -0.95411,29.73382 0.20059,4.71506 2.204,10.45419 3.00773,12.05135 3.11049,6.18123 3.31758,11.71764 0.51227,14.80891 z" style="display:inline;fill:#000000;opacity:1;stroke-width:1.00070596"/> <path class="skin scrotum" d="m 264.95344,475.86452 c -6.36567,-3.30265 -6.42266,-15.56803 -4.03361,-18.78095 1.00396,-1.3502 1.69853,-2.54912 3.87354,-9.78078 1.4928,-4.96342 2.40857,-21.59931 2.35656,-32.83682 -0.008,-1.66996 -1.75128,0.33257 -1.65117,-1.31881 0.14075,-2.3216 1.37651,-4.76023 3.77929,-8.50686 1.43352,-2.23529 4.3836,-2.31225 6.51521,0.0673 1.20814,1.34864 2.85646,4.0702 3.1543,9.4847 0.0787,1.43058 -1.42512,-0.0637 -1.48446,1.42344 -0.34486,8.64334 -1.05153,17.85885 -0.51103,32.20883 0.17025,4.51992 1.3769,7.60146 2.15562,9.0687 3.1449,5.92539 4.33036,15.18801 0.27469,18.16445 -4.05569,2.97642 -11.51677,2.31768 -14.42894,0.80678 z" id="path48959" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_3.tw b/src/art/vector/layers/Bulge_Outfit_Hard_3.tw new file mode 100644 index 0000000000000000000000000000000000000000..4a934e879b991a19b3355da7f6c5044ed0a428d8 --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_3.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_3 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path style="display:inline;fill:#000000;opacity:1;stroke-width:1.21454322" d="m 279.6263,478.25725 c -5.93675,4.31943 -13.83619,4.41809 -17.59915,1.71264 -7.41235,-5.32926 -6.83526,-18.14418 -4.99487,-21.67829 0.74661,-1.43369 2.37694,-3.06971 5.252,-12.44432 1.917,-6.25074 3.19967,-24.06947 3.12392,-38.03146 -0.0113,-2.07484 -1.48493,-0.0489 -1.82767,-2.07733 -0.48585,-2.87555 2.63827,-7.76802 3.62813,-9.23163 3.62925,-5.36624 5.37692,-2.37196 6.18623,-2.30491 2.13142,0.17659 2.83415,5.70307 3.26816,12.43026 0.11465,1.77744 -0.12372,2.37254 -0.21019,4.22025 -0.5025,10.73885 -1.96757,17.58454 -1.18,35.41361 0.24806,5.61576 2.72586,12.45118 3.71989,14.35346 3.847,7.36196 4.10312,13.95594 0.63355,17.63772 z" id="path46593" sodipodi:nodetypes="csssssssssssc"/> <path sodipodi:nodetypes="ssssssssssscs" id="path46599" d="m 263.4236,479.79406 c -7.87293,-3.93352 -7.94341,-18.54186 -4.98868,-22.36853 1.24166,-1.6081 2.10071,-3.03603 4.79072,-11.64912 1.84627,-5.91154 2.97887,-25.72524 2.91456,-39.10935 -0.009,-1.98899 -2.16597,0.39607 -2.04215,-1.57075 0.17409,-2.76506 1.70244,-5.66955 4.67415,-10.13187 1.77296,-2.66226 5.42158,-2.75394 8.05792,0.0802 1.49418,1.60626 3.5328,4.84769 3.90117,11.29647 0.0973,1.70387 -1.76256,-0.0758 -1.83596,1.69537 -0.42651,10.29439 -1.30052,21.27027 -0.63202,38.36142 0.21055,5.38332 1.7029,9.05351 2.66602,10.80102 3.88957,7.05726 5.35572,18.08927 0.33973,21.63425 -5.01599,3.545 -14.24373,2.76041 -17.84546,0.96089 z" class="skin scrotum"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_4.tw b/src/art/vector/layers/Bulge_Outfit_Hard_4.tw new file mode 100644 index 0000000000000000000000000000000000000000..4b37f862676b14f1fb78b4e8e1320bdf9e270fdd --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_4.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_4 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path48963" d="m 282.31719,482.80461 c -7.84674,4.87254 -18.28758,4.98383 -23.26113,1.93196 -9.79703,-6.01165 -9.03429,-20.46753 -6.60181,-24.45419 0.98679,-1.61726 3.14164,-3.46276 6.94166,-14.03779 2.53374,-7.05115 4.22905,-27.15155 4.12892,-42.90134 -0.015,-2.34054 -1.96264,-0.0551 -2.41565,-2.34338 -0.64216,-3.24373 3.48704,-8.76268 4.79536,-10.4137 4.79686,-6.05339 7.10677,-2.67569 8.17645,-2.60005 2.81713,0.19921 3.74593,6.43334 4.31958,14.02194 0.15155,2.00503 -0.16351,2.67634 -0.27779,4.76062 -0.66418,12.11399 -2.6006,19.83626 -1.55964,39.94833 0.32787,6.33485 3.60281,14.04554 4.91666,16.19139 5.08465,8.30466 5.42315,15.74298 0.83739,19.89621 z" style="display:inline;fill:#000000;opacity:1;stroke-width:1.48301768"/> <path class="skin scrotum" d="m 260.90178,484.53823 c -10.40581,-4.43722 -10.49897,-20.91614 -6.59364,-25.2328 1.64113,-1.81402 2.77654,-3.4248 6.33197,-13.14079 2.44025,-6.66851 3.93722,-29.01934 3.85224,-44.11727 -0.0128,-2.24367 -2.8628,0.44679 -2.69913,-1.77187 0.23007,-3.11914 2.25013,-6.39554 6.17789,-11.42926 2.34335,-3.00317 7.16578,-3.10657 10.65028,0.0904 1.9749,1.81195 4.66938,5.46845 5.15626,12.743 0.12865,1.92203 -2.32961,-0.0855 -2.4266,1.91246 -0.56376,11.61257 -1.71893,23.99391 -0.83538,43.27356 0.2783,6.07266 2.25076,10.2128 3.52373,12.18407 5.1409,7.96097 7.07874,20.40559 0.44903,24.40451 -6.62974,3.99892 -18.8262,3.11387 -23.58665,1.08394 z" id="path48965" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_5.tw b/src/art/vector/layers/Bulge_Outfit_Hard_5.tw new file mode 100644 index 0000000000000000000000000000000000000000..79fd9e5a9973e8534029b9f8192cb4b6f756823e --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_5.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_5 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path style="display:inline;fill:#000000;opacity:1;stroke-width:1.59767699" d="m 281.7204,486.15189 c -8.27152,5.36465 -19.2776,5.48718 -24.5204,2.12706 -10.32742,-6.61884 -9.52338,-22.53478 -6.95922,-26.9241 1.04021,-1.78061 3.31173,-3.81253 7.31746,-15.45565 2.67091,-7.76331 4.45802,-29.89392 4.35246,-47.23448 -0.0157,-2.57692 -2.0689,-0.0607 -2.54642,-2.58003 -0.67693,-3.57136 3.67581,-9.64775 5.05495,-11.46552 5.05654,-6.66479 7.49152,-2.94594 8.6191,-2.86266 2.96964,0.21932 3.94874,7.0831 4.55344,15.43818 0.15975,2.20754 -0.17237,2.94666 -0.29284,5.24148 -0.70014,13.33751 -2.74138,21.83974 -1.64408,43.98317 0.34564,6.97468 3.79787,15.46416 5.18284,17.82675 5.35992,9.14346 5.71676,17.33308 0.88271,21.9058 z" id="path3063" sodipodi:nodetypes="csssssssssssc"/> <path sodipodi:nodetypes="ssssssssssscs" id="path3065" d="m 259.14563,488.06058 c -10.96914,-4.88538 -11.06734,-23.02871 -6.9506,-27.78137 1.72999,-1.99724 2.92687,-3.77072 6.67478,-14.46803 2.57236,-7.34203 4.15037,-31.95035 4.06077,-48.57322 -0.0134,-2.47028 -3.01776,0.49194 -2.84525,-1.95083 0.24254,-3.43418 2.37195,-7.04149 6.51236,-12.58362 2.4702,-3.30651 7.55371,-3.42036 11.22685,0.0996 2.08181,1.99496 4.92216,6.02077 5.4354,14.03005 0.13561,2.11617 -2.45572,-0.0943 -2.55798,2.10562 -0.59426,12.78549 -1.81197,26.41735 -0.8806,47.6443 0.29337,6.68601 2.37262,11.24431 3.71451,13.41468 5.41921,8.76503 7.46195,22.4666 0.47332,26.86943 -6.98864,4.40281 -19.84538,3.42838 -24.86356,1.19341 z" class="skin scrotum"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_6.tw b/src/art/vector/layers/Bulge_Outfit_Hard_6.tw new file mode 100644 index 0000000000000000000000000000000000000000..86be2533302be8c00f22baf35a239b86bb92b8fa --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_6.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_6 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path48975" d="m 281.43079,485.82082 c -8.90103,5.77294 -20.74475,5.90479 -26.38657,2.28895 -11.1134,-7.12257 -10.24816,-24.24981 -7.48886,-28.97319 1.11939,-1.91613 3.56378,-4.10268 7.87437,-16.63193 2.87418,-8.35415 4.7973,-32.16902 4.68372,-50.82931 -0.017,-2.77304 -2.22637,-0.0652 -2.74023,-2.77639 -0.72846,-3.84317 3.95556,-10.38201 5.43966,-12.33813 5.44138,-7.17201 8.06168,-3.17014 9.27507,-3.08052 3.19565,0.23601 4.24926,7.62217 4.89998,16.61312 0.17192,2.37556 -0.18548,3.17092 -0.31511,5.64039 -0.75343,14.35257 -2.95003,23.50189 -1.76921,47.33057 0.37194,7.50549 4.08691,16.64108 5.57728,19.18348 5.76785,9.83934 6.15185,18.65223 0.9499,23.57296 z" style="display:inline;fill:#000000;opacity:1;stroke-width:1.71927035"/> <path class="skin scrotum" d="m 257.13793,487.87478 c -11.80396,-5.25718 -11.90964,-24.78132 -7.47958,-29.89571 1.86165,-2.14923 3.14962,-4.05768 7.18276,-15.56914 2.76814,-7.90081 4.46625,-34.38197 4.36984,-52.26994 -0.0145,-2.65828 -3.24745,0.52938 -3.0618,-2.09929 0.26099,-3.69555 2.55248,-7.57741 7.00798,-13.54134 2.65821,-3.55813 8.1286,-3.68066 12.08129,0.10718 2.24025,2.14678 5.29678,6.47898 5.84907,15.09783 0.14593,2.27722 -2.64262,-0.10142 -2.75265,2.26587 -0.6395,13.75852 -1.94988,28.42787 -0.94762,51.27032 0.3157,7.19485 2.55318,12.10008 3.99721,14.43562 5.83165,9.43211 8.02985,24.17646 0.50934,28.91436 -7.52052,4.73789 -21.35575,3.6893 -26.75584,1.28424 z" id="path48977" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_7.tw b/src/art/vector/layers/Bulge_Outfit_Hard_7.tw new file mode 100644 index 0000000000000000000000000000000000000000..589a7db406bbf3df7e65420cb62817f177af9f7a --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_7.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_7 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path48981" d="m 283.38228,486.66445 c -9.97603,6.47015 -23.25012,6.61793 -29.5733,2.5654 -12.45559,-7.98278 -11.48586,-27.17851 -8.39331,-32.47234 1.25457,-2.14753 3.99417,-4.59817 8.82537,-18.64058 3.22131,-9.3631 5.37667,-36.05413 5.24936,-56.96805 -0.019,-3.10796 -2.49523,-0.0731 -3.07116,-3.1117 -0.81643,-4.30732 4.43328,-11.63587 6.09662,-13.82822 6.09855,-8.03819 9.03531,-3.55302 10.39524,-3.45256 3.5816,0.26451 4.76245,8.54271 5.49175,18.6195 0.19269,2.66246 -0.20787,3.55389 -0.35316,6.32159 -0.84443,16.08596 -3.30631,26.34026 -1.98288,53.04677 0.41685,8.41193 4.58049,18.65086 6.25085,21.50029 6.46444,11.02765 6.89481,20.9049 1.06462,26.4199 z" style="display:inline;fill:#000000;opacity:1;stroke-width:1.92690921"/> <path class="skin scrotum" d="m 256.15555,488.96647 c -13.22957,-5.8921 -13.348,-27.77421 -8.38292,-33.50624 2.0865,-2.40882 3.53001,-4.54775 8.05026,-17.44945 3.10244,-8.85501 5.00563,-38.53435 4.89757,-58.58269 -0.0161,-2.97932 -3.63965,0.59332 -3.43158,-2.35282 0.29252,-4.14186 2.86075,-8.49254 7.85436,-15.17674 2.97924,-3.98787 9.1103,-4.12518 13.54035,0.12012 2.51082,2.40604 5.93648,7.26145 6.55548,16.92121 0.16356,2.55224 -2.96177,-0.11363 -3.08509,2.53953 -0.71674,15.42017 -2.18538,31.86115 -1.06207,57.46231 0.35382,8.0638 2.86153,13.56144 4.47995,16.17905 6.53595,10.57124 8.99964,27.09629 0.57087,32.40639 -8.42879,5.3101 -23.93492,4.13487 -29.98718,1.43933 z" id="path48983" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_8.tw b/src/art/vector/layers/Bulge_Outfit_Hard_8.tw new file mode 100644 index 0000000000000000000000000000000000000000..414aac33a16e3c9e6106c0970f15e6fe1ab812e5 --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_8.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_8 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path48993" d="m 284.60626,485.25025 c -10.64217,6.90218 -24.80264,7.05983 -31.54804,2.73669 -13.28731,-8.51583 -12.25282,-28.99334 -8.95378,-34.64066 1.33836,-2.29093 4.2609,-4.90519 9.4147,-19.88528 3.4364,-9.98832 5.73568,-38.46162 5.59989,-60.77206 -0.0203,-3.31549 -2.66187,-0.078 -3.27626,-3.31949 -0.87093,-4.59493 4.72932,-12.41283 6.50373,-14.75159 6.50577,-8.57493 9.63863,-3.79025 11.08938,-3.6831 3.82075,0.28218 5.08045,9.11315 5.85846,19.86282 0.20555,2.84024 -0.22177,3.79119 -0.37676,6.74371 -0.9008,17.1601 -3.52709,28.0991 -2.11528,56.58893 0.44469,8.97363 4.88635,19.89624 6.66826,22.93596 6.89609,11.764 7.35519,22.30079 1.1357,28.18407 z" style="display:inline;fill:#000000;opacity:1;stroke-width:2.05557752"/> <path class="skin scrotum" d="m 255.56147,487.70598 c -14.11295,-6.28553 -14.23929,-29.62881 -8.94267,-35.74361 2.22582,-2.56965 3.76572,-4.85142 8.5878,-18.61462 3.30961,-9.4463 5.33988,-41.10745 5.2246,-62.49449 -0.0171,-3.17827 -3.88267,0.63292 -3.6607,-2.50994 0.31204,-4.41843 3.05176,-9.05962 8.37881,-16.19015 3.17819,-4.25415 9.71866,-4.40064 14.44452,0.12813 2.67847,2.56671 6.33288,7.74634 6.99321,18.05111 0.17448,2.72269 -3.15955,-0.12125 -3.29111,2.70911 -0.76458,16.44984 -2.3313,33.98866 -1.13298,61.29933 0.37746,8.60224 3.05261,14.46698 4.7791,17.25938 6.97238,11.27712 9.60058,28.90561 0.60898,34.57031 -8.99162,5.66466 -25.53315,4.41097 -31.98956,1.53544 z" id="path48995" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file diff --git a/src/art/vector/layers/Bulge_Outfit_Hard_9.tw b/src/art/vector/layers/Bulge_Outfit_Hard_9.tw new file mode 100644 index 0000000000000000000000000000000000000000..369e4d8493da01283f06ad5f3c93b0745ac7a6d9 --- /dev/null +++ b/src/art/vector/layers/Bulge_Outfit_Hard_9.tw @@ -0,0 +1,3 @@ +:: Art_Vector_Bulge_Outfit_Hard_9 [nobr] + +<<print '<html><svg viewBox="0 0 560 1000" class="'+_art_display_class+'"><path sodipodi:nodetypes="csssssssssssc" id="path48999" d="m 283.95075,485.17757 c -11.44519,7.42301 -26.67416,7.59255 -33.92856,2.94321 -14.28993,-9.15841 -13.1774,-31.18109 -9.6294,-37.25454 1.43934,-2.46381 4.5824,-5.27534 10.12509,-21.38579 3.69571,-10.74198 6.16848,-41.36382 6.02244,-65.35772 -0.0217,-3.56565 -2.86272,-0.0838 -3.52346,-3.56996 -0.93666,-4.94165 5.08617,-13.34947 6.99447,-15.86471 6.99667,-9.22197 10.36593,-4.07625 11.92614,-3.96101 4.10906,0.30347 5.46381,9.8008 6.30053,21.36161 0.22106,3.05456 -0.23849,4.07725 -0.40518,7.25256 -0.96878,18.45494 -3.79323,30.21938 -2.27489,60.85896 0.47824,9.65077 5.25506,21.39756 7.17142,24.66664 7.41645,12.65168 7.9102,23.98354 1.2214,30.31075 z" style="display:inline;fill:#000000;opacity:1;stroke-width:2.21068501"/> <path class="skin scrotum" d="m 252.71433,487.81861 c -15.17787,-6.75982 -15.31374,-31.86451 -9.61746,-38.44071 2.39377,-2.76355 4.04987,-5.2175 9.23581,-20.01923 3.55933,-10.15909 5.7428,-44.20928 5.61885,-67.21013 -0.0186,-3.41809 -4.17567,0.68068 -3.93695,-2.69933 0.33559,-4.75184 3.28204,-9.74324 9.01105,-17.41181 3.41801,-4.57516 10.45198,-4.7327 15.53445,0.1378 2.88058,2.76039 6.81074,8.33085 7.5209,19.41319 0.18765,2.92812 -3.39794,-0.13036 -3.53944,2.91353 -0.82228,17.69109 -2.5072,36.55334 -1.21847,65.92479 0.40593,9.25132 3.28295,15.55861 5.13971,18.56173 7.4985,12.12805 10.32501,31.08674 0.65493,37.17886 -9.67009,6.09211 -27.45979,4.7438 -34.40338,1.65131 z" id="path49001" sodipodi:nodetypes="ssssssssssscs"/></svg></html>' >> \ No newline at end of file