我想用
PHP创建一个SVG文件,然后将其包含在HTML文件中.这是我到目前为止(
this tutorial之后)
svg.php:
header("Content-type: image/svg+xml");
?>
/p>
"http://www.w3.org/TR/2001/
REC-SVG-20010904/DTD/svg10.dtd">
Basic shapes
的index.html
html,body, #MOSVG {
height: 100%;
width: 100%;
padding:0;
margin:0;
}
当我查看index.html时,我看到的只是一个空白页面.控制台上没有警告/错误. Apache错误日志(我正在使用XAMPP)给[2012年7月9日14:36:15] [错误] [客户端127.0.0.1]脚本’C:/xampp/htdocs/svgtest/public/svg.php’找不到或者无法统计,参考:http:// localhost / svgtest / public /.他们在同一个目录中.