fonteditor/demo/testGraphics.html
kekee000 9665742117 fix path combine overlap
new bug:
contours-2 path tangency path not found
2014-12-01 02:01:57 +08:00

26 lines
588 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>测试graphics</title>
<script src="../dep/esl.js"></script>
<script src="../dep/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="./css/render.css">
<style id="font-face"></style>
</head>
<body>
<script>
require.config({
baseUrl: '../src',
paths: {
demo: '../demo/js',
}
});
define('jquery', $);
</script>
<script>
require(['demo/testGraphics']);
</script>
</body>
</html>