80 Commits

Author SHA1 Message Date
0a7a3c3a99 Fix bug 73477 2025-06-12 21:07:47 +03:00
8ad76e4e1f Fix bug 68072 2024-11-13 01:33:43 +03:00
a69a992a0d Fix bug 71330 2024-10-30 16:04:57 +03:00
adb6d7bbc2 Remove debug logs by default 2024-10-28 21:22:40 +03:00
a84c8cc471 Add support Images in nativeEditors 2024-10-26 15:06:09 +03:00
b414fb961e Develop native drawer 2024-10-25 00:57:02 +03:00
7d6a95d521 Fix bug 65583 2024-02-18 22:10:54 +03:00
48a055d390 Fix metafiles with bad sizes. And revert one commit. 2024-01-29 00:00:37 +03:00
738fea25e6 Fix bug 60141 2023-01-14 22:03:05 +03:00
546a3e8a6c Refactoring. SetProperty("--work-directory", ...) automatically, if DocBuilder::Initialize was called with directory 2022-08-23 10:32:22 +03:00
b41613a67f test gradient 2021-06-09 17:18:05 +03:00
37d58ec936 Fix bug 49930 2021-04-28 13:57:56 +03:00
781a2cf201 Fix bug 49441 2021-04-02 19:22:04 +03:00
56a813e19f fix BGRA in html 2021-03-04 18:35:50 +03:00
4d4d515c24 fix Linear Angle 2021-03-04 13:45:45 +03:00
1bb48ee85a bug observation 2021-03-03 18:56:36 +03:00
5d1aadd5eb fix put_BrushGradient
isUndefined didn't work
2021-03-03 11:55:02 +03:00
28b5a1fcec fix put_BrushGradient 2021-03-02 14:10:14 +03:00
40eb9aaf09 delete drawCollaborativeChanges
fix mint rectangles
2021-03-02 12:54:43 +03:00
b17263d758 Remove use NAN value 2021-03-02 12:24:15 +03:00
4e7bad062f Fix compile 2021-03-02 11:54:20 +03:00
44901d4132 fix name of temp image
used by CreateTempFileWithUniqueName because file substitutions could occur
2021-02-25 10:28:03 +03:00
604aa08a36 fix spaces and tabs 2021-02-17 12:02:37 +03:00
962dfca64c without static 2021-02-16 14:35:18 +03:00
6941af13d8 ImageDirectory for convert to epub 2021-02-04 09:04:44 +03:00
ab2829c701 Merge branch 'feature/docx2html_tmp' into html2epub 2021-02-03 08:54:26 +03:00
bc380dd214 Fix build with clang 2021-02-02 21:47:41 +03:00
30d0ea725d fix put_brushTexture 2021-02-02 14:01:25 +03:00
27c4b03b7a put_brushTexture Hatch
I managed to get a texture, but the color is incorrectly applied to it and I had to add code to ShapeDrawer.js
2021-02-01 18:44:30 +03:00
7fbf763afd get native 2021-02-01 14:35:37 +03:00
bd9e42ae78 put_brushTexture
attempts to fix put_brushTexture for patterns
2021-01-29 15:04:17 +03:00
c33c5d7b2e ImagesDirectory and FontsDirectory 2021-01-29 13:00:59 +03:00
c764cce0da _DEBUG and fix of p_dash
in rendering, for some reason, p_dash multiplied by a coefficient of 25.4 / dpi
2021-01-29 10:44:20 +03:00
1c65f979b3 put_BrushGradient
implemented a gradient fill
2021-01-28 17:00:05 +03:00
312956853a GetTransform
Now arrows are drawn
2021-01-28 12:41:04 +03:00
06b1af167d fix put_FontName
The first letter always had the Arial font
2021-01-28 11:41:05 +03:00
d9d815fc13 CommandDrawTextCHAR
so far, just black dots appear at the places of the letters
2021-01-26 17:05:36 +03:00
e72e48e587 fix p_width
Must always be divided by 1000
2021-01-22 16:19:26 +03:00
387a8584d4 CoordTransformOffset
Due to the initial offset, the subsequent computed transform is correctly applied to the shape
2021-01-22 14:50:18 +03:00
fccaaff6f0 fix p_width and drawpath
the brush thickness needed to be divided by 1000. drawpath for 256+1 needed to be divided into df and ds
2021-01-21 18:24:48 +03:00
f5384892a3 brush alpha not null
It was because of this that everything turned black
2021-01-20 15:31:00 +03:00
88ab98b717 picture painted with brush
attempts to paint pictures with a brush
2021-01-20 14:42:34 +03:00
662c733f30 fix put_brushTexture
put_brushTexture should paint the picture
2021-01-19 19:01:49 +03:00
3bf7fe6a9f data base64
Adding information data: image / png; base64, at the beginning of the base64 code
2021-01-19 10:13:03 +03:00
c841a7249c fix type of image 2020-12-25 11:42:02 +03:00
4306bdc73f fix toDataURL 2020-12-18 10:48:22 +03:00
4046563ab1 return toDataURL
returned an implementation with a Base64 return value
2020-12-16 15:04:10 +03:00
a21773976e put_bruchTextureMode and put_TextureBoundsEnabled 2020-12-10 13:31:10 +03:00
e3da3b07bb line properties
The put_LineJoin, get_LineJoin, put_TextureBounds, GetlineWidth and DrawPath functions have been created.
2020-12-08 14:22:53 +03:00
a1f5036df8 GetBrushColor and TransformPoint
GetBrushColor is analogous to GetPenColor. TransformPoint returns the transform of the point.
2020-12-04 18:32:19 +03:00