fonteditor/demo/contoursCombine.html
2019-10-24 20:02:23 +08:00

16 lines
434 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>测试editor combine</title>
<script src="../dep/jquery.min.js"></script>
<script src="../dep/paper-full.js"></script>
<link rel="stylesheet" type="text/css" href="./css/editor.css">
<style id="font-face"></style>
</head>
<body>
<div id="render-view" class="render-view glyf-editor" oncontextMenu="return false"></div>
</body>
</html>