Last active
December 14, 2015 01:59
-
-
Save nanha/5010472 to your computer and use it in GitHub Desktop.
KTH 자율출퇴근제 Comix
This file contains 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> | |
<body> | |
<div> | |
<scene id="scene1"> | |
<label t="translate(0,346)"> | |
<tspan x="0" y="0em">KTH 자율출퇴근제</tspan> | |
</label> | |
<drawing t="translate(0,31) rotate(3)"> | |
<line stroke="green"> | |
<point x="0" y="0"></point> | |
<point x="250" y="20"></point> | |
</line> | |
</drawing> | |
<actor t="translate(71,19) rotate(-2)" pose="-11,9|3,94|-3,76|-23,49|-15,61|-15,41|-20,16|-25,-9|16,19|21,-6|-35,75|-35,55|13,56|49,74"> | |
<bubble t="translate(6,9) rotate(25)" pose="NaN,NaN|-20,10|-40,50|-27,36|-27,83|-73,85"> | |
<tspan x="8" y="36px">자율출퇴근제</tspan> | |
<tspan x="8" y="55px">시작해서 좋아?</tspan> | |
</bubble> | |
</actor> | |
<actor t="translate(177,17) rotate(1)" pose="28,1|19,105|28,91|28,81|28,71|28,51|-2,30|-2,0|57,28|57,-5|-3,62|-27,76|58,77|54,115"> | |
<bubble t="translate(-2,-9) rotate(3)" pose="0,0|-15,26|-37,71|29,141|10,185|-28,144"> | |
<tspan x="0" y="-5em">웅</tspan> | |
<tspan x="-3em" y="-3em">나 오늘 10시에 왔어</tspan> | |
<tspan x="-5em" y="-1em">그럼 7시에 퇴근하면 되</tspan> | |
<tspan x="-3em" y="1em">무엇보다 아침에</tspan> | |
<tspan x="-4em" y="3em">여유가 있어서 좋아</tspan> | |
<tspan x="-4em" y="5em">스트레스 덜 받으니</tspan> | |
<tspan x="-4em" y="7em">열심히 일 할 수 있어</tspan> | |
</bubble> | |
</actor> | |
</scene> | |
</div></body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment