您的位置:网站首页 > 网络营销 > 网站制作 > 用xdoc做印章效果代码
用xdoc做印章效果代码
来源: 日期:2015-11-01 22:08:50 人气:标签:
本文实例讲述了用xdoc做印章效果代码效果代码。分享给大家供大家参考。
运行效果截图如下:
具体代码如下:
<!doctype html>
<html lang="zh-cn" style="height:100%">
<head>
<meta charset="utf-8" />
<title>xdoc</title>
<script type="text/javascript" src="http://localhost:8080/xdoc/xdoc.js"></script>
</head>
<body style="margin:0px;overflow:hidden;height:100%">
<script type="text/xdoc" _format="png" style="width:100%;height:100%">
<xdoc>
<paper margin="0"/>
<body sizetype="autosize">
<para>
<arc height="200" strokestyle="d3" strokewidth="14" width="200" color="#ff0000">
<arc height="176" extent="210" strokestyle="$(标宋)基于web服务的pdf排版引擎" left="12" strokewidth="20.0" top="12" width="176" start="-110" color="#ff0000">
<stext fillcolor="#ff0000" height="44" left="64" top="64" text="★" width="44" color=""/>
<stext fontname="标宋" fillcolor="#ff0000" height="20" left="52" top="132" text="xdoc" width="72" color=""/>
</arc>
</arc>
</para>
</body>
</xdoc>
</script>
</body>
</html>
相关文章
- 上一篇: 插棒小游戏
- 下一篇: 实现电梯导航效果代码