Commit Graph

365 Commits

Author SHA1 Message Date
wp
ebdfafa1e6 fpvectorial: Fix svg writer incorrectly closing some xml tags.
git-svn-id: trunk@52847 -
2016-08-20 17:50:53 +00:00
wp
1658e33d9d fpvectorial: Fix format detection error due to ExtractFileExt returning an empty string if applied to an extension instead of a filename.
git-svn-id: trunk@52846 -
2016-08-20 17:50:16 +00:00
wp
22a65dfeb7 fpvectorial: Add wmf to sample project fpvectorialconverter, some layout improvements.
git-svn-id: trunk@52843 -
2016-08-20 17:07:07 +00:00
wp
2292ee9bdb fpvectorial: svg writer supports TvPolygon now (incl WindingRule).
git-svn-id: trunk@52842 -
2016-08-20 14:11:43 +00:00
wp
d35e091575 fpvectorial: wmf writer respects winding rule when saving polygons.
git-svn-id: trunk@52841 -
2016-08-20 13:04:02 +00:00
wp
23c35aeff3 fpvectorial: Some refactoring of polygon painting.
git-svn-id: trunk@52840 -
2016-08-19 21:58:09 +00:00
wp
a07cb97913 fpvectorial: Implement rendering of gradients for TvPolygon
git-svn-id: trunk@52838 -
2016-08-19 20:35:12 +00:00
wp
5230d13340 fpvectorial: Add support for gradients to the svg writer.
git-svn-id: trunk@52836 -
2016-08-19 17:08:31 +00:00
wp
7205d8a04f fpvectorial: Refactor svg writer code. Add writing of TvRectangle and TvEllipse.
git-svn-id: trunk@52835 -
2016-08-18 21:14:41 +00:00
wp
2cdcbefef6 fpvectorial: Fix text rotation for wmf.
git-svn-id: trunk@52831 -
2016-08-18 18:36:32 +00:00
wp
8023318178 fpvectorial: Trying to add brush style bsImage (not working yet). Improved bitmap and text handling by wmf reader/writer.
git-svn-id: trunk@52830 -
2016-08-18 17:06:14 +00:00
wp
9dcec9581e fpvectorial: Use correct placeholders for currently not implemented CREATEPATTERNBRUSH and DIBCREATEPATTERNBRUSH in wmf reader.
git-svn-id: trunk@52827 -
2016-08-18 06:20:48 +00:00
wp
efd1f9eca5 fpvectorial: Automatically close subpolygons of a polypolygon read from wmf. Don't close polylines.
git-svn-id: trunk@52826 -
2016-08-18 05:45:38 +00:00
wp
9b89d6e007 fpvectorial: Automatically close polygon read from wmf; introduce BkMode in wmf reader/writer.
git-svn-id: trunk@52825 -
2016-08-18 05:39:33 +00:00
wp
fb89d63113 fpvectorial: Some fixes in wmf reader (rounded rectangle, text positioning)
git-svn-id: trunk@52824 -
2016-08-17 23:10:45 +00:00
wp
c0b60cfaa4 fpvectorial: Add button "Save as wmf" to wmfviewer demo
git-svn-id: trunk@52823 -
2016-08-17 22:53:00 +00:00
wp
e7e8fa7715 fpvectorial: Initial commit of wmf writer
git-svn-id: trunk@52822 -
2016-08-17 22:48:17 +00:00
wp
d5275431fb fpvectorial: Expose FUseTopLeftCoordinates for writer as new TvPage property HasNaturalRenderPos
git-svn-id: trunk@52821 -
2016-08-17 21:09:24 +00:00
wp
6b358bef49 fpvectorial: Add comment explaining the position of the point X,Y in a TvRectangle.
git-svn-id: trunk@52808 -
2016-08-14 21:22:51 +00:00
wp
e1d3e708ed fpvectorial: Improved layout of wmf demo project; shelltreeview is readonly now.
git-svn-id: trunk@52806 -
2016-08-14 09:16:24 +00:00
wp
eb894b68ae fpvectorial: Fix wmfreader not passing background color to fpvectorial
git-svn-id: trunk@52805 -
2016-08-14 09:14:46 +00:00
wp
e9cab2159d fpvectorial: Fix svgreader incorrectly terminating subpolygons in multiple polygons
git-svn-id: trunk@52804 -
2016-08-14 09:12:51 +00:00
wp
08e9be93a9 fpvectorial: Correct rendering of "path with holes"
git-svn-id: trunk@52803 -
2016-08-14 09:11:12 +00:00
wp
2dc04023df fpvectorial: Add UseTopLeftCoords variable for wmf reader.
git-svn-id: trunk@52802 -
2016-08-13 22:41:52 +00:00
wp
726ce4d450 fpvectorial: Improved calculation of magnification factors in wmfviewer
git-svn-id: trunk@52800 -
2016-08-13 16:27:29 +00:00
wp
801a0ccb5c fpvectorial: Minor improvements of wmf demo program
git-svn-id: trunk@52798 -
2016-08-12 19:50:38 +00:00
wp
814eba3c6a fpvectorial: Add demo program for wmf
git-svn-id: trunk@52797 -
2016-08-12 16:27:33 +00:00
wp
edb78315fa fpvectorial: Initial version of a reader for wmf files.
git-svn-id: trunk@52796 -
2016-08-12 16:17:52 +00:00
sekelsenmat
953f47fe08 fpvectorial: Fixes multiline text drawing in HTML with non-inverted Y coordinates
git-svn-id: trunk@52499 -
2016-06-13 09:56:16 +00:00
sekelsenmat
596ea2bbc3 fpvectorial: Fixes zoom in svg inside html table
git-svn-id: trunk@52409 -
2016-05-30 08:36:01 +00:00
sekelsenmat
2f3f70779c fpvectorial: Adds rsvg-based svg rendering system
git-svn-id: trunk@52400 -
2016-05-27 19:06:34 +00:00
sekelsenmat
65ed3751b2 fpvectorial: Starts inverting the coordinate system for svg to avoid double-conversion (svg 2 fpvectorial 2 canvas)
git-svn-id: trunk@52374 -
2016-05-23 20:32:38 +00:00
sekelsenmat
e8c2373bcd fpvectorial-html: Adds support to missing images
git-svn-id: trunk@52201 -
2016-04-15 12:28:58 +00:00
sekelsenmat
b0633c96d9 fpvectorial: adds possibility to disable newer gradient code
git-svn-id: trunk@52200 -
2016-04-15 12:23:29 +00:00
sekelsenmat
b684a204a4 fpvectorial: Implements system to log errors during rendering
git-svn-id: trunk@52199 -
2016-04-15 11:21:45 +00:00
sekelsenmat
88029919d6 fpvectorial: Improves the positioning of SVG inside tables
git-svn-id: trunk@51979 -
2016-03-17 12:20:00 +00:00
sekelsenmat
4111ab4964 fpvectorial: Multiline text finally fixed without breaking images
git-svn-id: trunk@51965 -
2016-03-16 20:46:21 +00:00
sekelsenmat
7ee06844a2 fpvectorial: Minor changes
git-svn-id: trunk@51964 -
2016-03-16 20:41:16 +00:00
sekelsenmat
a5e03310ce fpvectorial: Fixes bug where sometimes text would be drawn with white font due to lack of propagation of background color through table drawing
git-svn-id: trunk@51963 -
2016-03-16 20:25:57 +00:00
sekelsenmat
feaab08673 fpvectorial: Reverts fix for multiline text
git-svn-id: trunk@51961 -
2016-03-16 11:28:29 +00:00
sekelsenmat
3afa6fb8de fpvectorial: Fixes issue introduced by last commit
git-svn-id: trunk@51960 -
2016-03-16 11:20:06 +00:00
sekelsenmat
d7aa15e3e2 fpvectorial-html: (last commit fixed inverted vectorial image rendering) Fixes multiline text inside table cells
git-svn-id: trunk@51959 -
2016-03-16 11:11:00 +00:00
sekelsenmat
5aa799810a fpvectorial-html: Fixes bug in positioning of raster image inside table, fixes crash in table without caption
git-svn-id: trunk@51958 -
2016-03-16 10:59:05 +00:00
sekelsenmat
421e396441 fpvectorial: Improves html with images on tables
git-svn-id: trunk@51953 -
2016-03-15 16:26:12 +00:00
sekelsenmat
76f8f165ea fpvectorial: Fixes crash
git-svn-id: trunk@51952 -
2016-03-15 16:04:51 +00:00
sekelsenmat
ee424ff37f fpvectorial-html: Implements support for inline html text, fixes column size construction when Page size is zero (unknown), fixes support for </br>
git-svn-id: trunk@51951 -
2016-03-15 15:17:31 +00:00
mattias
17f571cf26 components: less hints
git-svn-id: trunk@51788 -
2016-03-01 15:31:26 +00:00
sekelsenmat
a4a5e66924 fpvectorial: Fixes compilation
git-svn-id: trunk@51646 -
2016-02-17 07:35:16 +00:00
sekelsenmat
f0793b0e2b fpvectorial: Starts support for native lcl radial gradient
git-svn-id: trunk@51550 -
2016-02-09 00:04:25 +00:00
sekelsenmat
16ac9de63c fpvectorial: Improves radial gradient drawing
git-svn-id: trunk@51538 -
2016-02-08 18:34:27 +00:00