捕获用户输入以在特定形状上绘制对称线
如何捕获有关特定图像对称线的用户输入(呈现为 或在画布上。
(例如,图像可以是加拿大国旗或日本国旗或韩国国旗,我们将被要求在其上绘制对称线)。
How would you capture the user input regarding the line of symmetry for a certain image (rendered either as <img src="">
or on a canvas.
(e.g. the image could be the candian flag or the japanese flag or the south korean flag. The user would be asked to plot the line of symmetry on it). How do we go about capturing this information.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个选项,专门用于最小公分母:
1):Javascript(为了简洁起见,jquery)
2)。服务器端图像映射(有点过时......但我想说的是更多被遗忘):
HTML:
PHP:
添加注释 - 我认为第二个有效。如果不出意外的话,x/y 数据肯定在查询字符串中。
A couple of options, dedicated to the least common denominator:
1): Javascript (jquery for brevity)
2). Server side Image Map (somewhat antiquated... but more forgotten, I'd say):
HTML:
PHP:
added comment -- I think the 2nd works. If nothing else, the x/y data is certainly in the query string.