Welcome![Sign In][Sign Up]
Location:
Search - 支持svg

Search list

[GDI-Bitmap矢量图形控件 Simple Graphic

Description: ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再还原回去 5.增加属性显示位置点属性LabelLocation,包括枚举emunLocation:左上、上、右上、右、右下、下、左下、左、中;XOff:YOff:代表基础位置上的偏移量,是屏幕坐标 ------------------- 1.11版本 Simple Graphic 图形控件: 1.画曲线:修改为先画首节点、末尾节点、第一个控制点、第二个控制点 2.选择工具:单点选择上层的一个可选中图形后返回,拉框选中方法不变 3.修正对文字和图片的选中方式:修改为可以点到图片和文字上的任意点上即为选中(原操作是中心点) 4.修正对文字编辑后,文字编辑光标持续显示bug SampleGraphic 绘图程序: 1.修改打开文件对话框干扰错误 ------------------- 1.100版本变化:现在这个版本可以作为SVG编辑器,以svg导出文件作为web发布图形 Simple Graphic 图形控件: 1.增加SVG导出支持ISGSVGSheetSurport接口,由ISGSheet接口继承 2.增加SVG导出支持ISGSVGElementSurport接口,由各ISGElement的实现类继承,继承这个接口的Elemenet都可以支持SVG导出,否则不能. 3.增加SVG导出支持ISGSVGSystemSurport接口,这个接口现在只有ISGRGBColor类对它做了实现,目的导出SVG颜色使用,其他类都没有实现. 4.修改文字编辑事件 5:SVG支持包括:圆/椭圆/文字/多边形/图片/线段/圆弧/曲线 对应的svg标签是:circle/ellipse/text/polygon/image/polyline/path(A)/path(C),包括是否包含超链接/引入外部js文件/各种触发事件支持 SampleGraphic 绘图程序: 1.文件菜单中增加了 "导出SVG" 菜单,可以作为SVG编辑器编辑器使用,暂时还不支持图片要素的SVG支持.图片文件支持SVG接口会在后续版本考虑! 2.增加对Sheet(在页面管理中实现)/Element(在属性管理中实现)页面和SVG属性设置,改善交互能力. ------------------- 1.001版本变化: Simple Graphic 图形控件: 1.获取默认字体时都使用clone,保证不会重复; 2.更新线文件保存,解决上一版本不能保存线样式的bug。 SampleGraphic 绘图程序: 1.更新选中文字可以更改文字的样式。 ------------------ 1.000版本功能: 包含要素:线、矩形、多边形、圆、组合图形、文字、图片、椭圆、圆弧(圆的一段弧线)、曲线 包含操作:保存、打开、载入数据、放大、缩小、漫游、图库文件、打印、预览、导出图片 图形操作:选择、修改图形要素、修改图形要素大小、修改、undo、redo、旋转、移动旋转图形、复制、粘贴、剪切、编辑文字、修改线型(端点/中间加图形)、修改图形要素属性、上移、下移等操作。 事件:图形要素的增加、删除、修改前后、选中状态变化都有事件。 -------------------
Platform: | Size: 2714982 | Author: suncoder | Hits:

[GDI-Bitmap矢量图形控件 Simple Graphic

Description: ------------------- 1.2.1版本: 1.增加设置在选择时,是否可以选择锁定图形,是否可以选择不显示图形 2.ISGElementCollection中增加contains函数,判断是否已经存在 3.ISGControl里增加UserFeedBackElements属性,用于增加用户辅助图形;增加CanUndoRedo属性,用于觉得是否自动记录操作堆栈; 增加搜索函数 ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再还原回去 5.增加属性显示位置点属性LabelLocation,包括枚举emunLocation:左上、上、右上、右、右下、下、左下、左、中;XOff:YOff:代表基础位置上的偏移量,是屏幕坐标 ------------------- 1.11版本 Simple Graphic 图形控件: 1.画曲线:修改为先画首节点、末尾节点、第一个控制点、第二个控制点 2.选择工具:单点选择上层的一个可选中图形后返回,拉框选中方法不变 3.修正对文字和图片的选中方式:修改为可以点到图片和文字上的任意点上即为选中(原操作是中心点) 4.修正对文字编辑后,文字编辑光标持续显示bug SampleGraphic 绘图程序: 1.修改打开文件对话框干扰错误 ------------------- 1.100版本变化:现在这个版本可以作为SVG编辑器,以svg导出文件作为web发布图形 Simple Graphic 图形控件: 1.增加SVG导出支持ISGSVGSheetSurport接口,由ISGSheet接口继承 2.增加SVG导出支持ISGSVGElementSurport接口,由各ISGElement的实现类继承,继承这个接口的Elemenet都可以支持SVG导出,否则不能. 3.增加SVG导出支持ISGSVGSystemSurport接口,这个接口现在只有ISGRGBColor类对它做了实现,目的导出SVG颜色使用,其他类都没有实现. 4.修改文字编辑事件 5:SVG支持包括:圆/椭圆/文字/多边形/图片/线段/圆弧/曲线 对应的svg标签是:circle/ellipse/text/polygon/image/polyline/path(A)/path(C),包括是否包含超链接/引入外部js文件/各种触发事件支持 SampleGraphic 绘图程序: 1.文件菜单中增加了 "导出SVG" 菜单,可以作为SVG编辑器编辑器使用,暂时还不支持图片要素的SVG支持.图片文件支持SVG接口会在后续版本考虑! 2.增加对Sheet(在页面管理中实现)/Element(在属性管理中实现)页面和SVG属性设置,改善交互能力. ------------------- 1.001版本变化: Simple Graphic 图形控件: 1.获取默认字体时都使用clone,保证不会重复; 2.更新线文件保存,解决上一版本不能保存线样式的bug。 SampleGraphic 绘图程序: 1.更新选中文字可以更改文字的样式。 ------------------ 1.000版本功能: 包含要素:线、矩形、多边形、圆、组合图形、文字、图片、椭圆、圆弧(圆的一段弧线)、曲线 包含操作:保存、打开、载入数据、放大、缩小、漫游、图库文件、打印、预览、导出图片 图形操作:选择、修改图形要素、修改图形要素大小、修改、undo、redo、旋转、移动旋转图形、复制、粘贴、剪切、编辑文字、修改线型(端点/中间加图形)、修改图形要素属性、上移、下移等操作。 事件:图形要素的增加、删除、修改前后、选中状态变化都有事件。 -------------------
Platform: | Size: 2247414 | Author: suncoder | Hits:

[Multimedia program北京信息工程学院(沈老师)_SVG图形学

Description: 使用addob公司的svg支持平台 这是北京信息工程学院 沈老师教授的学生的原创图形学简单的源码 推荐参考-use addob svg support of this platform is the Beijing College information engineering Professor Shen teachers to the students in the original graphics simple reference source Suggest
Platform: | Size: 8192 | Author: 圣德 | Hits:

[Software Engineeringcairo-1.2.0.tar

Description: 按照官方的说法:Cairo is a vector graphics library with cross-device output support. 翻译过来,就是cairo是一个支持多种输出的向量图形库。 具体解释一下,也就是说,cairo是种画图的工具库,他可以向多种设备上画图,比如: cairo可以输出到png,可以输出到pdf,可以输出到ps,可以输出到xlib,可以输出到XCB,可以输出到win32,以后还要输出到svg 我们可以展望一下,如果cairo能够统一linux下所有的画图接口,那么,所见所得可能就会成为显示。-according to the official statement : Cairo is a vector graphics library with cross-d evice output support. translated, cairo is the support of a variety of output vector graphics library. Explain, in other words, cairo drawing is a kind of tool library, he can draw on a variety of equipment, such as : cairo can export to png, pdf can output to be exported to ps, xlib can output to be exported to XCB, can output to win32. we still svg output to look ahead to what we can, cairo reunification can be achieved if all the linux interface drawing, then they may see will be shown.
Platform: | Size: 2660352 | Author: 周文 | Hits:

[JSP/JavaGraphViz

Description: java 调用 Graphviz,支持中文和SVG格式的输出-java call Graphviz, and Chinese support SVG output format
Platform: | Size: 2048 | Author: 罗汉果 | Hits:

[Graph DrawingAutoTrace

Description: 转换位图文件到矢量图像文件的源代码,支持BMP, TGA, PNM, PPM, PGM, PBM的输入格式和Postscript, svg, xfig, swf, pstoedit, emf, dxf, cgm等输出格式-Convert bitmap files to vector image file
Platform: | Size: 363520 | Author: 李小 | Hits:

[GDI-BitmapSimpleGraphic1.1.1

Description: 矢量图形绘图程序包括圆多边形等支持svg格式输出-Vector graphics drawing program, including a round polygon, etc. Supported output format svg
Platform: | Size: 4207616 | Author: 孙佐全 | Hits:

[Graph programSvgCreator

Description: qt支持SVG文件的绘制和生成。svg主要支持矢量显示对象,嵌入式外部对象,文字对象。-qt support SVG files and generate the mapping. svg Main Support Vector Display Object, embedded external object, the object language.
Platform: | Size: 1468416 | Author: gongchangmufeng | Hits:

[Browser Clientvienna

Description: 很老的,用js写的脚本,操作svg图像。浏览器需要支持svg,ie需要安装asv-write with javascript
Platform: | Size: 214016 | Author: 何浩诚 | Hits:

[Picture Viewerimageviewer

Description: qt下实现的一个图像浏览器,可以支持bmp,jpeg,svg-qt achieve an image browser, can support bmp, jpeg, svg
Platform: | Size: 1321984 | Author: shensisi | Hits:

[GIS programChinaMap

Description: 用SVG做的中国地图,支持HTML浏览。-To do with SVG map of China to support the HTML browser.
Platform: | Size: 211968 | Author: yxl | Hits:

[GDI-Bitmapdemo

Description: GIS软件,支持地图浏览,添加svg符号。-GIS software, to support the map browser, add the svg symbol.
Platform: | Size: 5793792 | Author: wwqcau | Hits:

[JSP/JavaSVG-Editv2.4

Description: 用javascript写的在线画图工具,支持svg等类型-Using javascript to write the line drawing tools, support and other types svg
Platform: | Size: 536576 | Author: afei | Hits:

[Special Effectsautotrace-0.31.1-w32

Description: 转换位图文件到矢量图像文件的源代码,支持BMP, TGA, PNM, PPM, PGM, PBM的输入格式和Postscript, svg, xfig, swf, pstoedit, emf, dxf, cgm等输出格式-Convert bitmap files to vector image file-fontforge use autotrace
Platform: | Size: 2238464 | Author: qifan | Hits:

[JSP/Javasvg_gen

Description: 能将图自行转化为dot语言,支持用户定制图格式,调用graphviz 生成svg.png等文件-tanslator graph to dot,user can make the format by his own need.
Platform: | Size: 18432 | Author: linquan | Hits:

[2D Graphicvg2012

Description: visual graph 2012最新编程软件,完美支持SVG-the visual graph 2012 latest programming software, the perfect support for SVG
Platform: | Size: 2869248 | Author: wutiezhong | Hits:

[Linux-Unixsvg

Description: QT支持的SVG绘图程序,绝对高效简单,附件中有svg文件例子,可以用浏览器直接打开查看-QT support of SVG drawing program, absolutely simple and efficient
Platform: | Size: 38912 | Author: 张涛 | Hits:

[JSP/Javakabeja-0.4-src

Description: 解析、处理、转换DXF格式,没显示功能,但读取没问题,输出格式支持SVG、JPEG、PNG、TIFF、PDF、XML等-Kabeja is a Java library for parsing, processing and converting Autodesk s DXF format. The processing system allows you to process, filter (e.g. XSLT) and convert DXF drafts to different output formats (SVG, JPEG, PNG, TIFF, PDF, XML).
Platform: | Size: 6370304 | Author: 李沣 | Hits:

[Web Serverhtml5-svg-page-ch-style

Description: 这是一款html5基于svg实现的弹性摇晃页面切换效果源码,是一款点击左右箭头可进行弹性页面切换效果代码。切换时会出现页面的左右弹性晃动效果。整体效果逼真自然,动感十足。是一款非常优秀的特效源码。建议使用支持HTML5的火狐或谷歌等浏览器预览本源码。-This is based on a html5 svg achieve flexibility shake page transitions source is a click on the left and right arrows to toggle the elastic effect of the code page. There will be sloshing around the elastic effect of the page switching. The overall effect of realistic natural, dynamic. It is a very good source of special effects. We recommend using HTML5 support Firefox or other browsers Google Preview this source.
Platform: | Size: 58368 | Author: 张三 | Hits:

[Windows DevelopSVGDesigner(增强版)

Description: SVG矢量图形编辑系统,SVG严格遵从XML语法,并用文本格式的描述性语言来描述图像内容,因此是一种和图像分辨率无关的矢量图形格式。SVG格式具有以下优点: 图像文件可读,易于修改和编辑与现有技术可以互动融合。另外,SVG文件还可嵌入Javas cript,从而实现基于内容的图像搜索SVG图形格式支持多种滤镜和特殊效果,在不改变图像内容的前提下可以实现位图格式中类似文字阴影的效果 SVG图形格式可以用来动态生成图形。(SVG vector graphics editing system, SVG strictly follows the XML syntax, and describes the content of the image in a text format description language. Therefore, it is a vector graphics format independent of the image resolution. The SVG format has the following advantages: The image file is readable, easy to modify and edit, and can be fused with existing technology. In addition, the SVG file can also be embedded in Javas cript, so as to realize the content-based image search SVG graphics format support a variety of filters and special effects based on the precondition of not changing the content of the image can be achieved under the effect of similar text shadow bitmap format SVG graphics formats can be used to dynamically generate graphics.)
Platform: | Size: 16479232 | Author: gangge | Hits:
« 12 »

CodeBus www.codebus.net