P06: The Seat

28/03/2014 - 閲讀: 4142  

You can only see details when image is zoomed big enough. So today we are going to make a simple seat.

  1. <g id='seatR' fill='url(#seat2)' stroke='#1b2a2d' stroke-width='0.5'>
  2. <g fill='url(#seat1)' stroke='none'>
  3. <path d='M 123,100 L 123,117 C 145,117 153,115 158,111 C 210,111 290,110 303,98 C 303,96 300,95 298,95'/>
  4. <path d='M 123,70 L 123,85 C 145,85 153,83 157,79 C 207,79 281,78 300,68 C 300,61 284,56 273,56'/>
  5. <path d='M 123,40 L 123,61 C 140,61 150,59 155,55 C 198,55 280,55 284,47 C 283,41 276,40 267,39'/>
  6. <path d='m 123,-43 c 22,0 30,-2 35,-6 52,0 132,-1 145,-13 -10,-35 -119,-43 -180,-47'/>
  7. </g>
  8. <path d='M 158,111 C 210,111 290,110 303,98.5 L 303,105 C 290,117 210,118 158,118'/>
  9. <path d='M 123,117 C 145,117 153,115 158,111 L 158,118 C 153,122 145,124 123,124'/>
  10. <path d='M 157,79 C 207,79 281,78 300,68 L 300,98 C 281,108 207,109 157,109'/>
  11. <path d='M 123,85 C 145,85 153,83 157,79 L 157,109 C 153,113 145,115 123,115'/>
  12. <path d='M 155,55 C 198,55 280,55 284,47 L 284,64 C 280,72.5 198,72 155,72'/>
  13. <path d='M 123,61 C 140,61 150,59 155,55 L 155,72 C 150,76 140,78 123,78'/>
  14. <path d='M 152,-15 C 190,-15 252,-15 275,-21 L 275,45 C 253,51 191,51 152,51'/>
  15. <path d='M 123,-9 C 138,-9 148,-11 152,-15 L 152,51 C 148,55 138,57 123,57'/>
  16. <path d='M 155,-15 C 198,-15 280,-15 284,-21 L 284,1 C 280,7 198,7 155,7'/>
  17. <path d='M 123,-9 C 138,-9 148,-11 155,-15 L 155,7 C 148,11 138,13 123,13'/>
  18. <path d='M 158,-49 C 210,-49 290,-50 303,-62 L 303,-15 C 290,-3 210,-2 158,-2'/>
  19. <path d='M 123,-43 C 145,-43 153,-45 158,-49 L 158,-2 C 153,2 145,4 123,4'/>
  20. </g><use xlink:href='#seatR' transform='scale(-1,1)'/>

And here is a close look at the seat front:

  1. <rect x='-124' y='-124' width='248' height='248' stroke='#1a170e' stroke-width='1.2' fill='url(#seat3)'/>
  2. <rect x='-118' y='-118' width='236' height='236' stroke='#1a170e' stroke-width='1.01' fill='#565f61'/>
  3. <circle r='110' fill='#70736c' opacity='0.6'/>
  4. <g id='I32' fill='none' stroke='#565f61' stroke-width='1'>
  5. <g id='I16'>
  6. <g id='I8'>
  7. <g id='I4'>
  8. <g id='I2'>
  9. <path id='I1' d='m 110,0 c 0,-55 -10,-28 -21,0 10,28 21,55 21,0 z'/>
  10. <use xlink:href='#I1' transform='rotate(180)'/>
  11. </g><use xlink:href='#I2' transform='rotate(90)'/>
  12. </g><use xlink:href='#I4' transform='rotate(45)'/>
  13. </g><use xlink:href='#I8' transform='rotate(22.5)'/>
  14. </g><use xlink:href='#I16' transform='rotate(11.25)'/>
  15. </g><use xlink:href='#I32' transform='rotate(3.2)'/><use xlink:href='#I32' transform='rotate(-3.2)'/>
  16. <rect x='-86' y='-86' width='172' height='172' fill='#211e16'/>
  17. <rect x='-84' y='-84' width='168' height='168' stroke='#f0da92' stroke-width='2.56' fill='url(#seat4)'/>
  18. <rect x='-79' y='-79' width='158' height='158' stroke='#441504' stroke-width='3.65' fill='url(#seat3)'/>
  19. <rect x='-69' y='-69' width='138' height='138' stroke='#69260d' stroke-width='1.73' fill='url(#seat4)'/>
  20. <use id='J1' xlink:href='#B48' transform='scale(0.17)' fill='#fff' stroke='#efe011' stroke-width='3.6' opacity='0.84'/>
  21. <g id='J4'>
  22. <g id='J2' opacity='0.58'>
  23. <use xlink:href='#J1' y='407' transform='scale(0.25)'/>
  24. <use xlink:href='#J1' x='330' y='330' transform='scale(0.3)'/>
  25. </g><use xlink:href='#J2' transform='rotate(90)'/>
  26. </g><use xlink:href='#J4' transform='rotate(180)'/>

上篇 « P05: The Head Star
下篇 » P07: Bodhi Leaf

文章分類