cmcoatney / p8-cyberdeck

Puzzler made with Pico-8 with a cyberpunk theme.
0 stars 0 forks source link

b. Cyberdeck logo svg completed (including fill) #5

Closed cmcoatney closed 1 year ago

cmcoatney commented 1 year ago

Importing the SVG logo requires:

https://www.txori.com/index.php?static14/pico8

UPDATE:

An additional step was introduced to the svg process and has been added to README. The new step involves a conversion of the path to bezier before using the pico conversion tool.

Important Note: This only works with bezier curve paths, which is why the spiro tool is selected. But any bezier tool will work.

Creating SVG Data with Inkscape:

  1. press b on keyboard
  2. choose pen->spiro path tool
  3. create a shape
  4. open in text editor
  5. select path string value
  6. in other words,
  7. what's between the quotes
  8. use the txori tool above
  9. repeat for each path variable
  10. replace the svg table below
  11. run cart
  12. first number is color

Result Example: svg={ {svgcol,23,2,44,23}, {svgcol,48,39,9,4}, {svgcol,46,29,5,3} }