Created
April 20, 2017 19:15
-
-
Save abepetrillo/8916c8b5d5d999c8df65858d110175aa to your computer and use it in GitHub Desktop.
Dragon actor comic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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" charset="utf-8"></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"> | |
<label t="translate(0,346)"> | |
<tspan x="0" y="0em">Dragon Actors</tspan> | |
</label> | |
<drawing t="translate(0,31)"> | |
<line stroke="green"> | |
<point x="0" y="0"></point> | |
<point x="250" y="20"></point> | |
</line> | |
</drawing> | |
<actor t="translate(133,16) rotate(-2)" pose="-11,9|-5,117|-11,99|-11,89|-11,79|-11,59|-16,34|-21,9|-6,34|-1,9|-18,79|-18,59|7,95|33,122"> | |
<bubble t="translate(9,11)" pose="0,0|-20,10|-73,73|13,-2|-27,77|-80,49"> | |
<tspan x="0" y="-3em">I'm a recruiter'</tspan> | |
</bubble> | |
</actor> | |
</scene> | |
<scene id="scene2"> | |
<drawing t="translate(0,31) rotate(-4)" pose="2,19"> | |
<line stroke="green"> | |
<point x="0" y="0"></point> | |
<point x="250" y="20"></point> | |
</line> | |
</drawing> | |
<actor t="translate(133,16) rotate(-2)" pose="-11,9|1,110|-11,99|-11,89|-11,79|-11,59|-16,34|-21,9|-6,34|-1,9|-18,79|-18,59|-6,79|-1,59"> | |
<bubble t="translate(9,11)" pose="0,0|-20,10|-73,73|13,-2|-27,77|-80,49"> | |
<tspan x="0" y="-3em">I'm an interviewer</tspan> | |
</bubble> | |
</actor> | |
</scene> | |
<scene id="scene3"> | |
<drawing t="translate(1,59) rotate(-12)"> | |
<line stroke="green"> | |
<point x="0" y="0"></point> | |
<point x="250" y="20"></point> | |
</line> | |
</drawing> | |
<actor t="translate(133,16) rotate(-2)" pose="-11,9|-5,117|-11,99|-11,89|-11,79|-11,59|-16,34|-21,9|-6,34|-1,9|-28,108|-34,146|19,104|5,148"> | |
<bubble t="translate(9,11)" pose="0,0|-20,10|-73,73|13,-2|-27,77|-80,49"> | |
<tspan x="0" y="-3em">I'm an Admin</tspan> | |
</bubble> | |
</actor> | |
</scene> | |
</div></body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment