Commit Graph

189 Commits

Author SHA1 Message Date
maxim
2f3f82333a Merged revision(s) 51389 #748caca7e3 from trunk:
fpvectorial: Fix compilation error with fpc 2.6.4
........

git-svn-id: branches/fixes_1_6@51520 -
2016-02-06 14:29:06 +00:00
maxim
18ead5d0f9 Merged revision(s) 51232 #d593e000f8, 51257 #804a4b285a, 51262 #094f14ccb8, 51297 #cb29b6e05a from trunk:
fpvectorial: Supported rotated linear gradients. Support entity- and page-relative coordinates for gradient vectors.
........
fpvectorial: Support all linear gradients, translate and rotate for rectangles, circles, ellipses. 
........
fpvectorial: Complete rotation and translation for all 2d segments of TPath
........
fpvectorial: Fix rendering of rotated text
........

git-svn-id: branches/fixes_1_6@51324 -
2016-01-18 22:55:11 +00:00
maxim
06c8d4ad12 Merged revision(s) 51182 #4617d263b2, 51194 #288db7b666 from trunk:
fpvectorial: Simple gradient support for TPath
........
fpvectorial: Add gradients with more than two colors
........

git-svn-id: branches/fixes_1_6@51200 -
2016-01-05 13:16:17 +00:00
maxim
23f6da9120 Merged revision(s) 51108-51109 #bc906c5514-#bc906c5514, 51117 #de4fbfafc7, 51135 #1220d1bec2 from trunk:
fpvectorial: Fix smooth bezier paths if previous segment is a relative bezier path
........
fpvectorial: Fix incorrect exception that paths must begin with a MoveTo command.
........
fpvectorial: Fix svgreader to accept "in" as known length unit
........
fpvectorial: Fix filling of multiple polygons in the same path. Fix svgreader to default to clear pen and brush styles.
........

git-svn-id: branches/fixes_1_6@51151 -
2016-01-03 12:40:36 +00:00
maxim
2dc436febb Merged revision(s) 51004 #884fddbf00, 51021 #3cab480c11, 51058 #c224456e7f, 51060 #c689e1582c from trunk:
fpvectorial: Correct calculation of ellipse center of elliptical arc path segment
........
fpvectorial: Fix TPath to avoid rendering of internal lines for bezier segments. Fix elliptic path segment with rotated axis.
........
fpvectorial: Reorganize TPath.Render. Support polygon even-odd and non-zero winding rules for brush fill.
........
fpvectorial: Fix svg reader memory leaks related to BrushDefs and tokenizer. Declare package as runtime package.
........

git-svn-id: branches/fixes_1_6@51074 -
2015-12-28 22:11:54 +00:00
maxim
98e4193945 Merged revision(s) 50905 #12d7086128, 50912-50913 #7b7e9630a7-#7b7e9630a7, 50933 #649bb59f7e, 50949 #29e33e5bb1 from trunk:
fpvectorial: Add more named svg colors, speed up finding of named colors.
........
fpvectorial: Render horizontal and vertical gradients for TPath (straight edges, no "holes")
........
fpvectorial: Fix rendering for text with correct font name and font size.
........
fpvectorial: Fix svgreader crashing if stroke-dasharray is "none". Fix w3schools demo file "polyline2svg" to display correctly.
........
fpvectorial: Fix svg reader bugs related with horizontal and vertical LinesTo commands
........

git-svn-id: branches/fixes_1_6@50975 -
2015-12-21 22:52:35 +00:00
maxim
0f4ab685b0 Merged revision(s) 50768 #0f4cc7840e, 50807-50810 #478a6d00a4-#478a6d00a4, 50818-50819 #5fe2efae86-#5fe2efae86, 50875 #506bdbde54 from trunk:
fpvectorial: Fix text positioning issue when reading svg files.
........
fpvectorial: Fix calculation of bounding rectangle of all entities on a page
........
fpvectorial: Fix memory leak of svg tokenizer. Add ReadDefsFromNode to TvSVGVectorialReader.ReadEntityFromNode. Prepare reading of line styles for svg.
........
fpvectorial: Fix memory leak of TvEntityWithSubEntities due to not releasing items in FElements list.
........
fpvectorial: Fix bounding box of circle. Fix page bounding box in case of several top-level entities.
........
fpvectorial: Add parameter to Render method for calculation of bounding box without drawing. 
Fix svgreader crashing due to incorrect decimal separator in "stroke-opacity".
........
fpvectorial: Fix runtime error with fpc trunk due to duplicate application of ExtractFileExt returning no extension any more.
........
fpvectorial: svg reader detects pen styles & patterns now. Fix rendering of lines with the specified pen styles & patterns.
........

git-svn-id: branches/fixes_1_6@50877 -
2015-12-17 21:54:46 +00:00
sekelsenmat
410d77a990 fpvectorial: Fixes propagating the background color to all entities
git-svn-id: trunk@49644 -
2015-08-11 12:13:26 +00:00
sekelsenmat
74373f534e fpvectorial: Starts fit to page and fixes equations for line intersection in ellipses
git-svn-id: trunk@49642 -
2015-08-11 12:04:02 +00:00
sekelsenmat
9f95d4ef1a fpvectorial: Fixes inverted gradient colors
git-svn-id: trunk@49472 -
2015-06-29 11:59:36 +00:00
sekelsenmat
94a1fa8b33 fpvectorial: Now rendering ellipses with gradient filling works
git-svn-id: trunk@49471 -
2015-06-29 11:56:53 +00:00
sekelsenmat
35cacd8537 fpvectorial: Fixes the order of text in multiline text
git-svn-id: trunk@49118 -
2015-05-20 09:18:33 +00:00
sekelsenmat
74776f4677 fpvectorial: Fixes multiline table row, fixes crash in html with images, fixes style of table header
git-svn-id: trunk@49103 -
2015-05-19 15:20:47 +00:00
sekelsenmat
a2d9e46782 fpvectorial: Fixes the upward drawing adjustment for multiline TvText
git-svn-id: trunk@49051 -
2015-05-16 13:53:17 +00:00
sekelsenmat
44f581d47d fpvectorial: Fixes bugs in table rendering: Table height calc and column width minor error
git-svn-id: trunk@49049 -
2015-05-16 13:11:20 +00:00
sekelsenmat
70131377f6 fpvectorial: Implements svg use tag with inlined styles
git-svn-id: trunk@49011 -
2015-05-13 13:26:26 +00:00
sekelsenmat
ad069894f5 fpvectorial: Starts moving the font drawing to the top of the curve
git-svn-id: trunk@49010 -
2015-05-13 10:03:56 +00:00
sekelsenmat
7fb90a54f9 fpvectorial: Improves debug info
git-svn-id: trunk@48995 -
2015-05-12 10:36:04 +00:00
sekelsenmat
a75182bbd1 fpvectorial: Curved text rendering already renders almost ok
git-svn-id: trunk@48992 -
2015-05-12 10:13:08 +00:00
sekelsenmat
2186008a0c fpvectorial: Preparation for curved text support
git-svn-id: trunk@48989 -
2015-05-11 14:51:41 +00:00
sekelsenmat
dbf8095904 fpvectorial: Improves list rendering
git-svn-id: trunk@48987 -
2015-05-11 13:43:04 +00:00
sekelsenmat
2561459506 fpvectorial: Improves list rendering
git-svn-id: trunk@48986 -
2015-05-11 12:08:16 +00:00
sekelsenmat
3acde3bf25 fpvectorial: Improves list rendering
git-svn-id: trunk@48985 -
2015-05-11 10:02:24 +00:00
sekelsenmat
d74381d94a fpvectorial: Starts support for html and rendering support for lists
git-svn-id: trunk@48984 -
2015-05-11 09:44:01 +00:00
sekelsenmat
2bf7a982cd fpvectorial: Fixes many issues with html, tables, text document in drawing positioning and other bugs
git-svn-id: trunk@48734 -
2015-04-12 19:05:58 +00:00
juha
addc44e0f5 FpVectorial: Cleanup based on compiler hints.
git-svn-id: trunk@48476 -
2015-03-24 17:50:02 +00:00
sekelsenmat
c02daaa84b fpvectorial: Initial implementation of html table border, there are alignment issues
git-svn-id: trunk@48474 -
2015-03-24 09:30:31 +00:00
sekelsenmat
b2cb4feed7 fpvectorial: Improves html reading of embedded images
git-svn-id: trunk@48462 -
2015-03-23 13:11:54 +00:00
sekelsenmat
09251020ef fpvectorial: Improves raster image rendering in html table
git-svn-id: trunk@48350 -
2015-03-15 07:52:31 +00:00
sekelsenmat
ff5035be40 fpvectorial: Initial support of raster images in html
git-svn-id: trunk@48296 -
2015-03-12 12:31:05 +00:00
sekelsenmat
e0796f811f fpvectorial: Fixes table rendering
git-svn-id: trunk@47865 -
2015-02-17 16:18:28 +00:00
sekelsenmat
b3639a8fd2 fpvectorial: table rendering fixes
git-svn-id: trunk@47858 -
2015-02-17 12:03:48 +00:00
sekelsenmat
a045a18155 fpvectorial: Reimplements table caption as a special row, which is more elegant
git-svn-id: trunk@47857 -
2015-02-17 10:36:30 +00:00
sekelsenmat
f198c69aea fpvectorial: Now the table contents already render as they should
git-svn-id: trunk@47856 -
2015-02-17 10:15:17 +00:00
sekelsenmat
0448b0c317 fpvectorial small improvements
git-svn-id: trunk@47852 -
2015-02-17 00:14:33 +00:00
sekelsenmat
4f7de55302 fpvectorial: Initial implementation of table rendering, not yet working
git-svn-id: trunk@47828 -
2015-02-16 17:31:57 +00:00
sekelsenmat
51fcf22447 fpvectorial: Starts html table reading
git-svn-id: trunk@47802 -
2015-02-15 13:33:43 +00:00
sekelsenmat
7edad30f89 fpvectorial: Improves debug info for tables
git-svn-id: trunk@47773 -
2015-02-14 10:11:09 +00:00
wp
895834ece2 fpvectorial: Add font name, color and styles, text rotation, text anchors to svgvectorialwriter (issue #0027321)
git-svn-id: trunk@47662 -
2015-02-09 18:53:12 +00:00
sekelsenmat
5969afd322 fpvectorial-svg: Structural work for linear gradient support
git-svn-id: trunk@47214 -
2014-12-17 14:00:19 +00:00
sekelsenmat
c95dfb9e93 fpvectorial-svg: Reworks the current unit code to make it match better the drawing of Chrome, this improves areaofcircle.html greatly
git-svn-id: trunk@47212 -
2014-12-17 11:35:52 +00:00
sekelsenmat
8c6bb2e752 fpvectorial: Fixes parsing pi named element from xml in mathml
git-svn-id: trunk@46937 -
2014-11-21 15:48:17 +00:00
sekelsenmat
c3a5bab2de fpvectorial: Fixes raster image rendering for some particular PNG images
git-svn-id: trunk@46930 -
2014-11-21 11:19:20 +00:00
sekelsenmat
0ed9a55069 fpvectorial-html: Adds mathml embedding, fixes a wrong design in the sequential page rendering Y coord positioning, implements html header style
git-svn-id: trunk@46300 -
2014-09-23 13:37:10 +00:00
sekelsenmat
bd4a4c8784 fpvectorial: Now some basic html with embedded svg can render
git-svn-id: trunk@46290 -
2014-09-22 12:09:52 +00:00
sekelsenmat
84ca83bde1 fpvectorial: Starts implementing text document rendering
git-svn-id: trunk@45998 -
2014-07-31 16:07:53 +00:00
sekelsenmat
a32f6b84f6 fpvectorial: Starts preparing for text document rendering
git-svn-id: trunk@45997 -
2014-07-31 11:19:22 +00:00
sekelsenmat
3567ca39fc fpvectorial: html reader structural code
git-svn-id: trunk@45993 -
2014-07-30 14:39:21 +00:00
sekelsenmat
e82d386034 fpvectorial-svg: General improvement in the text drawing positioning
git-svn-id: trunk@45171 -
2014-05-25 16:28:00 +00:00
sekelsenmat
f767727da8 fpvectorial-svg: Improves rectangle positioning
git-svn-id: trunk@45165 -
2014-05-25 08:16:18 +00:00