Skip to content

Instantly share code, notes, and snippets.

@wanderview
Last active December 13, 2015 18:49
Show Gist options
  • Save wanderview/4958277 to your computer and use it in GitHub Desktop.
Save wanderview/4958277 to your computer and use it in GitHub Desktop.
cmx.io starting point
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"/>
<script src="http://cmx.io/v/0.1/cmx.js"></script>
<style>.cmx-user-scene4 .cmx-text-border .cmx-path {stroke: orange}</style>
<body>
<div style="max-width:900px; -webkit-transform:rotate(0deg);">
<scene id="scene1">
<actor t="translate(75,88)">
<bubble>
<tspan>Let's make a comic!'</tspan>
</bubble>
</actor>
<actor t="translate(200,88)">
<bubble pose="0,0|-20,10|-46,45|-4,17|-24,57|-60,83">
<tspan y="2em">What about?</tspan>
</bubble>
</actor>
</scene>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment