Illustrator Adobe - 从 illustrator 文件获取 html 坐标
我有一个插画文件,我需要获取不同形状的坐标。目的是能够单击图像的不同部分来链接到不同的 URL。
请建议如何实现这一目标
谢谢
I have an illustrator file and I need to get coordinates for the different shapes. The aim is to be able to click different parts of the image to link through to different URLs.
Please suggest how to achieve this
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要做的是使用切片工具在图像上创建较小的热点。
http://www.pdesigner.net/Adobe_Illustrator_Tutorials/1_14_3_1.html <--切片工具教程
然后你要做的是选择切片,然后转到对象>切片>切片选项。这里你要输入网址。
http://livedocs.adobe.com/en_US /Illustrator/13.0/help.html?content=WS714a382cdf7d304e7e07d0100196cbc5f-6361.html <-- 如何设置切片选项
之后,您要为 Web 和设备保存并导出文件,您将在其中选择图像和 HTML 选项。
让我知道这是否适合您。
What you need to do is use the Slice Tool to create smaller hot spots on your image.
http://www.pdesigner.net/Adobe_Illustrator_Tutorials/1_14_3_1.html <-- Slice Tool Tutorial
Then what you want to do is Select the Slice and then go to Object> Slice> Slice Options. Here you want to enter the url.
http://livedocs.adobe.com/en_US/Illustrator/13.0/help.html?content=WS714a382cdf7d304e7e07d0100196cbc5f-6361.html <-- How to set the Slice Options
After that you want to save and export your file for Web and Devices where you will choose the Images and HTML option.
Let me know if that works for you.