Adding SVG images to cards

Release is scheduled shortly before Kitsun launch :slight_smile:

Or maybe when I have more time again.

2 Likes

:eyes: :eyes: :eyes:

It turned out very hard to find a few undisturbed hours in a row, I hope the deck may still turn up as an unexpected Christmas present.

2 Likes

That would be awesome :grin:

A deck for the 47 prefectures of Japan, and the regions they are located in. This deck uses an interactive map of Japan, so you can either enter the prefecture names, or locate them by clicking on the map.

(This deck uses experimental features of Kitsun, visit the forums if you encounter any issues.)

Kitsun’s first SVG deck is finally out! Learn the prefectures of Japan with additional visual input.

The deck contains the 47 prefectures and 7 regions of Japan.


Technical Discussion: Adding SVG images to cards

This deck uses some cutting edge features of Kitsun, expect unusual problems.

Know issues:

  • You cannot ignore answers from the “Click on Map” questions at the moment
  • You have to click “Next” to advance the “Click on Map” Cards, no hotkeys yet
3 Likes

Hmm why didn’t this land in the new topic I was promised?

Edit: Ha! Take that Mr. “That post is to similar to a previous post”!

2 Likes

Woo! Super cool :smiley: I’ll go try it out later (and take a shot at fixing those bugs)

2 Likes

I started working on a small tutorial for SVG layouts, I noticed that there are some issues with the layout editor, it is filtering aggressively. There are many basic shapes like <rect> that are removed.

Also, for some reason it turns

<defs id="MyDefs">
    <g id="AnswerCircle">
      <circle x="0" cy="0" r="3"></circle>   
    </g>
</defs>

into

<defs id="MyDefs" />
    <g id="AnswerCircle">
      <circle x="0" cy="0" r="3"></circle>   
    </g>
1 Like

More stuff for @Neicudi to add to the white list!

2 Likes

I’ll have to add it to the whitelist yeah, let me know if you find any others that might be handy :smiley: not sure why it sees defs as selfclosing, but I’m sure that can be changed as well :slight_smile:

1 Like