Commit Graph

104 Commits

Author SHA1 Message Date
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
sekelsenmat
16ac9de63c fpvectorial: Improves radial gradient drawing
git-svn-id: trunk@51538 -
2016-02-08 18:34:27 +00:00
sekelsenmat
934fed7ee5 fpvectorial: SVG brush from defs has a case-sensitive id and starts implementing radialgradient
git-svn-id: trunk@51536 -
2016-02-07 16:53:44 +00:00
wp
cb29b6e05a fpvectorial: Fix rendering of rotated text
git-svn-id: trunk@51297 -
2016-01-15 09:55:49 +00:00
wp
804a4b285a fpvectorial: Support all linear gradients, translate and rotate for rectangles, circles, ellipses.
git-svn-id: trunk@51257 -
2016-01-11 21:59:39 +00:00
wp
d593e000f8 fpvectorial: Supported rotated linear gradients. Support entity- and page-relative coordinates for gradient vectors.
git-svn-id: trunk@51232 -
2016-01-09 17:09:17 +00:00
wp
288db7b666 fpvectorial: Add gradients with more than two colors
git-svn-id: trunk@51194 -
2016-01-04 21:32:49 +00:00
wp
1220d1bec2 fpvectorial: Fix filling of multiple polygons in the same path. Fix svgreader to default to clear pen and brush styles.
git-svn-id: trunk@51135 -
2016-01-02 18:51:57 +00:00
wp
de4fbfafc7 fpvectorial: Fix svgreader to accept "in" as known length unit
git-svn-id: trunk@51117 -
2016-01-02 12:15:10 +00:00
wp
933d42cfa1 fpvectorial: Fix incorrect exception that paths must begin with a MoveTo command.
git-svn-id: trunk@51109 -
2016-01-01 23:41:11 +00:00
wp
bc906c5514 fpvectorial: Fix smooth bezier paths if previous segment is a relative bezier path
git-svn-id: trunk@51108 -
2016-01-01 22:47:03 +00:00
wp
c689e1582c fpvectorial: Fix svg reader memory leaks related to BrushDefs and tokenizer. Declare package as runtime package.
git-svn-id: trunk@51060 -
2015-12-27 23:33:57 +00:00
wp
c224456e7f fpvectorial: Reorganize TPath.Render. Support polygon even-odd and non-zero winding rules for brush fill.
git-svn-id: trunk@51058 -
2015-12-27 20:43:02 +00:00
wp
3cab480c11 fpvectorial: Fix TPath to avoid rendering of internal lines for bezier segments. Fix elliptic path segment with rotated axis.
git-svn-id: trunk@51021 -
2015-12-24 12:00:46 +00:00
wp
884fddbf00 fpvectorial: Correct calculation of ellipse center of elliptical arc path segment
git-svn-id: trunk@51004 -
2015-12-23 09:58:24 +00:00
wp
29e33e5bb1 fpvectorial: Fix svg reader bugs related with horizontal and vertical LinesTo commands
git-svn-id: trunk@50949 -
2015-12-19 19:36:12 +00:00
wp
649bb59f7e fpvectorial: Fix svgreader crashing if stroke-dasharray is "none". Fix w3schools demo file "polyline2svg" to display correctly.
git-svn-id: trunk@50933 -
2015-12-19 14:47:08 +00:00
wp
7cacec66ab fpvectorial: Fix rendering for text with correct font name and font size.
git-svn-id: trunk@50913 -
2015-12-18 22:25:20 +00:00
wp
12d7086128 fpvectorial: Add more named svg colors, speed up finding of named colors.
git-svn-id: trunk@50905 -
2015-12-18 16:37:57 +00:00
wp
506bdbde54 fpvectorial: svg reader detects pen styles & patterns now. Fix rendering of lines with the specified pen styles & patterns.
git-svn-id: trunk@50875 -
2015-12-17 21:20:37 +00:00
wp
5fe2efae86 fpvectorial: Add parameter to Render method for calculation of bounding box without drawing.
Fix svgreader crashing due to incorrect decimal separator in "stroke-opacity".

git-svn-id: trunk@50818 -
2015-12-15 15:39:34 +00:00
wp
ce15a2a15b fpvectorial: Fix memory leak of svg tokenizer. Add ReadDefsFromNode to TvSVGVectorialReader.ReadEntityFromNode. Prepare reading of line styles for svg.
git-svn-id: trunk@50808 -
2015-12-14 21:22:13 +00:00
wp
218cce9fe2 fpvectorial: Fix svg reader crashing with some "malformed" files which Firefox can open (issue #028659)
git-svn-id: trunk@50023 -
2015-10-09 18:45:05 +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
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
70131377f6 fpvectorial: Implements svg use tag with inlined styles
git-svn-id: trunk@49011 -
2015-05-13 13:26:26 +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
juha
addc44e0f5 FpVectorial: Cleanup based on compiler hints.
git-svn-id: trunk@48476 -
2015-03-24 17:50:02 +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
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
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
3567ca39fc fpvectorial: html reader structural code
git-svn-id: trunk@45993 -
2014-07-30 14:39:21 +00:00
sekelsenmat
9ad149a4c9 fpvectorial-svg: Implements support for rgba colors
git-svn-id: trunk@45319 -
2014-06-03 14:38:53 +00:00
sekelsenmat
333e535ec6 fpvectorial-svg: Fixes a bug in use element position
git-svn-id: trunk@45172 -
2014-05-25 16:36:25 +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
0af01e94b2 fpvectorial-svg: Improves text positioning
git-svn-id: trunk@45168 -
2014-05-25 15:05:48 +00:00
sekelsenmat
f767727da8 fpvectorial-svg: Improves rectangle positioning
git-svn-id: trunk@45165 -
2014-05-25 08:16:18 +00:00
sekelsenmat
1f6984e84e fpvectorial-svg: Improves the listing of blocks and the positioning of uses links
git-svn-id: trunk@44838 -
2014-04-28 17:55:15 +00:00
sekelsenmat
c905f2c92a fpvectorial: Fixes a crash related to id property in text nodes
git-svn-id: trunk@44837 -
2014-04-28 17:14:46 +00:00
sekelsenmat
b60a8b420e git-svn-id: trunk@44540 - 2014-03-28 13:54:02 +00:00
sekelsenmat
2ad2c287e1 fpvectorial-svg: Many improvements on font data in text elements
git-svn-id: trunk@44526 -
2014-03-26 15:38:41 +00:00
sekelsenmat
8e41d00f33 fpvectorial: Fixes some text regressions introduced by the new text code
git-svn-id: trunk@44427 -
2014-03-14 14:36:05 +00:00
sekelsenmat
753f00445b fpvectorial - svg: Applies viewbox conversion to drawing coordinates and font size
git-svn-id: trunk@44403 -
2014-03-11 05:56:22 +00:00
sekelsenmat
d1e547a07d fpvectorial - svg: Fixes text X and Y coordinates, both were wrong, now it seams to work correct
git-svn-id: trunk@44400 -
2014-03-10 21:47:34 +00:00
sekelsenmat
bbcdb509b3 fpvectorial: svg: Adds numbers as bold too
git-svn-id: trunk@44396 -
2014-03-10 09:58:48 +00:00
sekelsenmat
bfe8c53b66 fpvectorial: svg: Reworks the text span style stack system, now it shows the red in the new example
git-svn-id: trunk@44395 -
2014-03-10 09:54:57 +00:00
sekelsenmat
796e552c53 fpvectorial: minor changes
git-svn-id: trunk@44393 -
2014-03-10 08:38:38 +00:00
sekelsenmat
68648a037f fpvectorial: svg - improves text span and viewbox support, now text already shows in text_test_1.svg
git-svn-id: trunk@44392 -
2014-03-10 06:32:43 +00:00