由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - graphics in HTML
相关主题
用什么方法可以disable那个“view source”的功能呢?Google Onsite Interview
求教:如何在网页上化图?请教大家一道Google的题目
做了个网站请问一道面试题
怎么把SVG的图放在网上,让别人可以浏览?请教一个Axis-Aligned Rectangles的算法
用什么软件和技术实现在线3D几何物体的visulizationCLRS interval tree 的两道练习题
有个问题,听听大家的建议问个老算法题
Comparison of VML and SGC求overlap的rectagales
三星隆重宣布,苹果已经OUT的。问道G题(2)
相关话题的讨论汇总
话题: html话题: graphics话题: svg话题: side话题: lins
进入BuildingWeb版参与讨论
1 (共1页)
m******o
发帖数: 33
1
hi, I need to draw some circles/rectangles/lins on webpage,
the locations and sizes are dynamic. is there any way to
express such simple graphics objects with tags or scripts?
the best I know now is to generate SVG on server side, and
requires client side to install the plugin. any simpler way?
thanks.
s**********i
发帖数: 711
2
it depends on what effects exactly you want to achieve.
some simple location/size can be done by HTML only.
or maybe dynamically create gif/jpeg, or java applet...
plug-in is big turn off. most people don't bother to
download and install one just for your website.

【在 m******o 的大作中提到】
: hi, I need to draw some circles/rectangles/lins on webpage,
: the locations and sizes are dynamic. is there any way to
: express such simple graphics objects with tags or scripts?
: the best I know now is to generate SVG on server side, and
: requires client side to install the plugin. any simpler way?
: thanks.

m******o
发帖数: 33
3
I decide to use SVG. VML is fine for my purpose, however
it's only MS stuff, nobody else supports it. SVG should
be the future.

【在 s**********i 的大作中提到】
: it depends on what effects exactly you want to achieve.
: some simple location/size can be done by HTML only.
: or maybe dynamically create gif/jpeg, or java applet...
: plug-in is big turn off. most people don't bother to
: download and install one just for your website.

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
问道G题(2)用什么软件和技术实现在线3D几何物体的visulization
发道面经攒人品有个问题,听听大家的建议
微软校园面试总结Comparison of VML and SGC
问一道flg面试题三星隆重宣布,苹果已经OUT的。
用什么方法可以disable那个“view source”的功能呢?Google Onsite Interview
求教:如何在网页上化图?请教大家一道Google的题目
做了个网站请问一道面试题
怎么把SVG的图放在网上,让别人可以浏览?请教一个Axis-Aligned Rectangles的算法
相关话题的讨论汇总
话题: html话题: graphics话题: svg话题: side话题: lins