0

我正在尝试使用 adobe illustrator 属性工具创建图像映射。我正在按照如何获取形状的路径坐标以用于图像映射?在这里,但现在 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>
4

1 回答 1

0

您可以尝试将其保存为 SVG。

见:http ://davidlynch.org/blog/2008/03/creating-an-image-map-from-svg/

于 2013-07-15T23:22:39.893 回答