Use xdoc to make a seal example code in HTML

零下一度
Release: 2017-04-26 15:02:09
Original
3662 people have browsed it

html function is very powerful. Here is an example code of using xdoc to make a seal in HTML. Friends who are interested should take it as a reference, it is quite good.

<!DOCTYPE html>
<html lang="zh-cn" style="height:100%">
  <head>
    <meta charset="utf-8" />
    <title>XDOC</title>
    <script type="text/javascript" src="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>
Copy after login

2. [Picture] O0%JBD4[W`ACJ446X]QFB3O.png                    

                                                 

The above is the detailed content of Use xdoc to make a seal example code in HTML. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!