Created attachment 146256 [details] file as generated by LO6.2 For testing zip the icon-theme colibre_svg from source and put it into your LibreOffice installation and rename it properly. Start LibreOffice and choose this icon theme. Close and restart LibreOffice. Start Writer and write some dummy text with several paragraphs. Insert an image and anchor it to paragraph. Click the image. Then grap the anchor and drag it to a different paragraph. Notice, that this is not possible. The reason for this problem is, that the png-file, which is generated from the svg-file has wrong size. That results in the effect, that a part of the png-file is used for the anchor, which has a transparent line as first row and first column. And with transparent row and column, grapping the anchor does not work. To get the needed size and position you have to remove one pixel on the left, two pixel on the top and add one (transparent) pixel at the bottom. With the wrong position and size, the square resize-markers are wrong too. I have not tested, whether Breeze or Tango have the same problem. Additional problems: The round parts are generated wrongly, they have a rectangular corner top-left, where there should have a curve. The part bottom-left, which gives the center-marker for a rotation, looks very ugly. The generated folder is cache/colibre_svg/100 although my display scaling is 125%. Only the combined markers.png was generated although the zip-file of the theme contains the single marker files too.
This is how I did the export from svg2png inkscape -f "$i" -e "${i%.*}.png" optipng -o7 "${i%.*}.png" I first run inkscape to export the svg file into png and than I optimize the png file with optipng.
About marker there is markers.svg and in addition each marker icon is available via marker-xxx
The single markers are not generated automatically, but the markers.png is generated from markers.svg. The additional pixel is on the left and on the top edge. Therefor the markers are wrongly cut. For markers, which have only small size compared to icons, this 1px is important. The export from Inksape is much better than the conversion by LibreOffice. I have removed "Colibre", because it is a general problem for svg -> png.
ok what's the problem here? it look like the svg -> png output from libO add 1px cause the svg and png file in colibre_svg/svx/res and colibre/svx/res have the right size
Created attachment 147381 [details] Compare markers The image contains screenshots of a marked object. The left part uses markers.png from "colibre". The middle part uses the markers.png, which was generated from "colibre_svg". The right part uses a markers.png where I have removed the additional pixel top and left from the generated markers.png. Notice in the middle, that the markers are wrongly cut from markers.png. The bounding markers are not symmetric and the glue point markers have a gray line at top. The middle screenshot shows compared to the left one in addition, that the generated markers.png seem to have got some anti-aliasing, which makes the markers blurry. The problem is, that the generated markers are ugly.
> The problem is, that the generated markers are ugly. That's the general problem of ALL svg icon themes. The LibO svg renderer doesn't render nicely, but somewhere in the future the libo svg renderer will improve.
(In reply to andreas_k from comment #6) > > The problem is, that the generated markers are ugly. > > That's the general problem of ALL svg icon themes. The LibO svg renderer > doesn't render nicely, but somewhere in the future the libo svg renderer > will improve. Hi Andreas, Should it be moved to NEW until the svg renderer improves in LibreOffice ?
McDonald’s is recorded as the greatest fast food restaurant chain throughout the globe. Online surveys are very popular at present. The McDonald’s Client Satisfaction Survey on the official website of McDonald. Here you can learn every step to complete your McDonalds Offical Survey https://mcdvoice.win
Dear Regina Henschel, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
The markers.png is still wrong in Version: 7.5.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 17dfc9a9da009cc23d2222e3fb4e2cef9c97d581 CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: de-DE (en_US); UI: en-US Calc: CL threaded
The generated markers.png has still wrong size in Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 70fd835b4cf75e386ee115c705241a4059fb68a8 CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded The markers.png, which is contained in the image_foo.zip file has the correct size. So it is a workaround to extract the markers.png from the zip-file and use that instead of the generated markers.png in the cache folder. The attached screenshot-files show the difference between generated markers.png (bad) and the markers.png from the zip-file (good).
Created attachment 187703 [details] bad with generated markers.png
Created attachment 187704 [details] good with correct size from image_foo.zip