【发布时间】:2013-07-17 15:52:01
【问题描述】:
我正在尝试使用 adobe illustrator 属性工具创建图像映射。我在这里遵循How to get the path coordinates of a shape for use with image-maps? 的小步骤,但现在 illustrator 没有生成图像映射代码。它目前拒绝添加任何图像映射代码。我相信原因是因为我扩展了各种对象。我想知道我是否可以使用illustrator 获得多边形图像地图。
截图: http://i.stack.imgur.com/8CFZQ.png
当前代码结果
<html>
<head>
<title>map1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (map1.ai) -->
<img src="images/map1.png" width="1200" height="850" alt="">
<!-- End ImageReady Slices -->
</body>
</html>
【问题讨论】:
标签: html polygon imagemap adobe-illustrator