Activity for wxSVG

  • Paavo Helde Paavo Helde posted a comment on discussion Help

    I am getting a compile error with VS2022 in c++20 mode, looks like this is because they are applying some stricter rules now: wxsvg\include\wxSVG\CSSStyleDeclaration.h(496,83): error C2445: result type of conditional expression is ambiguous: types 'wxString' and 'const wchar_t [1]' can be converted to multiple common types The fix seems to be simple, one has to replace wxT("") with wxString() on line 496 in the GetFontFamily() function definition. Not quite sure how to get this fixed in wxSVG, should...

  • wxSVG wxSVG released /wxsvg/1.5.25/wxsvg-1.5.25.tar.bz2

  • wxSVG wxSVG released /wxsvg/1.5.25/README.txt

  • Alex Thüring committed [a2a299] on git

    updated

  • NtAlex NtAlex updated merge request #6

    Fix indentation in src/mediadec_ffmpeg.cpp for consistency

  • NtAlex NtAlex updated merge request #5

    Add support for FFmpeg 7.0

  • Alex Thüring committed [c3dde0] on git

    Merge commit '9a8fee211148b7931e9b0de80e3da3e6f1b00e99'

  • Alex Thüring committed [f3129e] on git

    Add compatibility with FFMPEG 7.0

  • b'NtAlex committed [b780df] on git

    Merge /u/alec_leamas/wxsvg/ branch master into master

  • NtAlex NtAlex merged merge request #4 on git

    Handle platforms with separate -latomic library

  • Robert-André Mauchin Robert-André Mauchin created merge request #6 on git

    Fix indentation in src/mediadec_ffmpeg.cpp for consistency

  • Robert-André Mauchin Robert-André Mauchin created merge request #5 on git

    Add support for FFmpeg 7.0

  • Alexander Meisel Alexander Meisel committed [347342] on git

    Merge branch 'master' of ssh://ntalex@git.code.sf.net/p/wxsvg/git

  • Alexander Meisel Alexander Meisel committed [adef9d] on git

    fixed

  • Alexander Meisel Alexander Meisel committed [7b17fe] on git

    applied gcc 13 patch

  • Matteo Bernardini Matteo Bernardini posted a comment on discussion Help

    This patch is needed for wxsvg-1.5.24 to build with gcc 13.x. With the new compiler some headers must be explicitly included, references are in the patch itself.

  • NtAlex NtAlex committed [c987f9] on git

    fixed glibtoolize

  • NtAlex NtAlex posted a comment on discussion Help

    Thank you for the patch. It's applied in wxsvg v1.5.14.

  • Alexander Meisel Alexander Meisel committed [821db2]

    updated

  • Alexander Meisel Alexander Meisel committed [05a675]

    updated

  • wxSVG wxSVG released /wxsvg/1.5.24/wxsvg-1.5.24.tar.bz2

  • wxSVG wxSVG released /wxsvg/1.5.24/README.txt

  • NtAlex NtAlex committed [7801a9]

    v1.5.24

  • NtAlex NtAlex committed [36f07d]

    Merge branch 'master' of ssh://ntalex@git.code.sf.net/p/wxsvg/git

  • NtAlex NtAlex committed [66a29a]

    applied ffmpeg5 patch

  • Alec Leamas Alec Leamas modified a comment on discussion Help

    I have applied patch above to the Debian wxsvg package. Please consider this as a request to apply this patch.

  • Alec Leamas Alec Leamas posted a comment on discussion Help

    I have applied patch above to the Debian wxsvg package. Please consider this as a request to apply this path (where are the sources?)

  • Debian Package Debian Package posted a comment on discussion Help

    A gentoo patch is available here https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/wxsvg/files/ffmpeg5.patch?id=d6fd9cfb26299c76be7483cac4451a226ab8e37f

  • eatdirt eatdirt posted a comment on discussion Help

    Here we go, a new ffmpeg-5 is around and various missing symbols pop up while trying to build wxsvg-1.5.13. Just a head-up if some devs could have a look at it! thanks, cheers, chris.

  • schalldp schalldp posted a comment on discussion Help

    I am trying to compile wxsvg 1.5.23 on Lubuntu 21.04 so I can use it with DVDStyler. When I get to the linking I am getting this error. Can someone tell me what it's looking for that it can't find? /usr/bin/ld: cannot find /usr/lib/x86_64-linux-gnu/: file format not recognized /usr/bin/ld: cannot find /usr/lib/x86_64-linux-gnu/: file format not recognized collect2: error: ld returned 1 exit status make[1]: *** [Makefile:415: svgview] Error 1

  • Alec Leamas Alec Leamas posted a comment on discussion Help

    Hi, wxsvg seems to use some c++ atomic stuff. Sometimes, these functions lives in a separate -latomic library which needs to be linked. However, current configuration does not take this into account. This causes build errors on some esoteric Debian platforms like sh4, see https://buildd.debian.org/status/fetch.php?pkg=wxsvg&arch=sh4&ver=2%3A1.5.22%2Bdfsg.1-1&stamp=1634298153&raw=0 I'm adding enclosed patch to the next Debian packaging. To me it looks safe and should not break any eggs. OTOH, they...

  • Alec Leamas Alec Leamas created merge request #4

    Handle platforms with separate -latomic library

  • NtAlex NtAlex committed [3e4871]

    updated

  • wxSVG wxSVG released /wxsvg/1.5.23/wxsvg-1.5.23.tar.bz2

  • wxSVG wxSVG released /wxsvg/1.5.23/README.txt

  • NtAlex NtAlex committed [201cee]

    updated

  • NtAlex NtAlex committed [0ebf69]

    updated

  • NtAlex NtAlex committed [676e56]

    added support of text-decoration "line-through"

  • NtAlex NtAlex committed [9de781]

    wxSVGTextElement: added support of text-decoration "underline"

  • delt delt posted a comment on discussion Help

    Oops sorry my bad, the issue was caused by mixing static and dynamic libraries, and/or position-idependant with non-PIC.

  • delt delt posted a comment on discussion Help

    Hello everyone, new user here from Montréal, Canada. I'm getting a weird FPE crash in what looks like a string-conversion function in wxWidgets, whenever i link my executable with wxSVG - this crash is probably caused by some global object's constructor because it happens before the start of my main function is even reached. Here's a backtrace from gdb: Program received signal SIGFPE, Arithmetic exception. 0x0000555555addf2d in wxCSConv::DoCreate() const () (gdb) bt #0 0x0000555555addf2d in wxCSConv::DoCreate()...

  • Ravi Arora Ravi Arora modified a comment on discussion Help

    Hi, I would like to know whether wxSVG supports the latest SVG specification and Filters? I do not need 3d, nor do I need animations.

  • Stephen Coffman Stephen Coffman posted a comment on discussion Help

    Hello. I'm trying to run ./configure for wxSVG, but it is throwing an error saying: mediadec_ffmpeg.cpp:345:2: error: ‘av_fourcc_make_string’ was not declared in this scope 345 | av_fourcc_make_string(buf, st->codecpar->codec_tag); | ^~~~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:669: mediadec_ffmpeg.lo] Error 1 It kind of sounds related to FFmpeg. I tried running "sudo apt install ffmpeg", but wxSVG still doesn't work. Can you help me? Thank you.

  • Wilfried Philips Wilfried Philips posted a comment on discussion Help

    The problem seems to be caused in wxSVGCanvasPathCairo::wxSVGCanvasPathCairo(cairo_surface_t* surface, wxSVGMatrix* matrix) The part whcih sets the cairo transform matrix seems to have been removed by surrounding it with #if 0 ... #endif. If this is changed to #if 1 ... #endif the svg renders correctly. Note that the bug only occurs when scaling down, that is when the svg drawing is too large to fit on the bitmap.

  • Wilfried Philips Wilfried Philips posted a comment on discussion Help

    The attached svg file does not render correctly with wvgview with the standard "fit to frame" option activated. If this is turned off, and the window is enlarged then the text appears. The text also appears if the svg is modified such that it appears higher on the page. It seems that the "is visible?" computation is off. Similar problems appear in the horizontal direction: long text is truncated so that it occupies only a small part of the window. Other objects such as ellipses, rectangles do not...

  • Alec Leamas Alec Leamas posted a comment on discussion Help

    Ping ;)

  • Alec Leamas Alec Leamas posted a comment on discussion Help

    The LInux community has a strong emphasis on manpages.. Enclosing a patch which adds a simple one. This is directly from the Debian packaging

  • Don Don posted a comment on discussion Help

    Actually, I am trying to install DVDStyler-3.1.1 and various errors led me to wxSVG. It'd be nice if there was a deb package all ready to install for Ubuntu 18.04 for DVDStyler, but I couldn't find one, so I got the source. So no I end up at wxSVG, and I say the same thing -- it'd be nice if there was a deb package all ready to go for it, but I can't find one. Actually, it'd be even better to find a static build for DVDStyler, but no can do. So, here are my errors when trying to install wxSVG: ....

  • NtAlex NtAlex posted a comment on discussion Help

    But you can implement any event and action in C++

  • NtAlex NtAlex posted a comment on discussion Help

    Sorry, but events (such as mouseover and click. e.g. aus begin of animation) don't supported yet

  • Nizar Salameh Nizar Salameh modified a comment on discussion Help

    Meaning user can click on SVG object and it will respond such as rotate or move ? meaning interactive SVG?

  • Nizar Salameh Nizar Salameh modified a comment on discussion Help

    Meaning user can click on SVG object and it will respond such as rotate or move ?

  • Nizar Salameh Nizar Salameh posted a comment on discussion Help

    Meaning user can click on SVG object and it will respond such as rotating or moving ?

  • wxSVG wxSVG released /wxsvg/1.5.22/wxsvg-1.5.22.tar.bz2

  • wxSVG wxSVG released /wxsvg/1.5.22/README.txt

  • wxSVG wxSVG released /wxsvg/1.5.22/wxsvg-1.5.22.tar.bz2

  • wxSVG wxSVG released /wxsvg/1.5.22/README.txt

  • NtAlex NtAlex committed [20e17b]

    v1.5.22

  • NtAlex NtAlex committed [962962]

    fixed loading of video frames

  • NtAlex NtAlex committed [55a540]

    updated

  • NtAlex NtAlex committed [2de045]

    renamed config.py to conf.py

  • Stefan Hölzer Stefan Hölzer posted a comment on discussion Help

    Hi, is is possible to query the wxSVG lib version at runtime, such like const char* getlibVersion() Many thanks in advance . . . Stefan

  • NtAlex NtAlex committed [468ded]

    added support of rgba colors

  • NtAlex NtAlex posted a comment on discussion Help

    fixed in v1.5.21

  • NtAlex NtAlex posted a comment on discussion Help

    It's fixed too

  • NtAlex NtAlex posted a comment on discussion Help

    fixed in v1.5.21

  • NtAlex NtAlex posted a comment on discussion Help

    Unfortunately I couldn't find any error in the implementation of radialGradient. Possibly it's a bug in graphic library.

  • wxSVG wxSVG released /wxsvg/1.5.21/wxsvg-1.5.21.tar.bz2

  • wxSVG wxSVG released /wxsvg/1.5.21/README.txt

  • NtAlex NtAlex committed [7eab70]

    updated

  • NtAlex NtAlex committed [d5d044]

    fixed convertMaskRGB2Alpha

  • NtAlex NtAlex committed [b699d8]

    added support of grayscale mask

  • NtAlex NtAlex committed [ff6f3d]

    fixed handling of spaces in transform attribute

  • NtAlex NtAlex committed [b7dd74]

    added initial support of switch element

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    A couple of SVGs that I have come accross that seem to have rendering problem in wxSVG when objects are grouped into one redundantly. Using wxSVG version 1.5.20. Original rooster SVG: Rendered with wxSVG: Rendered with Inkscape & Chrome: Original vegetable_basket SVG: Rendered with wxSVG: Rendered with Inkscape & Chrome:

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    A couple of SVGs that I have come accross that seem to have rendering problem in wxSVG when objects are grouped into one redundantly. Using wxSVG version 1.5.20. Original rooster SVG: Rendered with wxSVG: Rendered with Inkscape & Chrome: Original vegetable_basket SVG: Rendered with wxSVG: Rendered with Inkscape & Chrome:

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    A couple of SVGs that I have come accross that seem to have rendering problem in wxSVG when objects are grouped into one redundantly. Original rooster SVG: Rendered with wxSVG: Rendered with Inkscape & Chrome: Original vegetable_basket SVG: Rendered with wxSVG: Rendered with Inkscape & Chrome:

  • AntumDeluge AntumDeluge posted a comment on discussion Help

    A couple of SVGs that I have come accross that seem to have rendering problem in wxSVG when objects are grouped into one redundantly. (will edit to add images inline)

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... Original SVG (not rendered correctly in Chrome): Inkscape (correct): GIMP (incorrect): wxSVG (incorrect): Edit: I just noticed that the numbers/text needs to be converted to path. But that is not a wxSVG issue.

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... Original SVG (not rendered correctly in Chrome): Inkscape (correct): GIMP (incorrect): wxSVG (incorrect): Edit: I just noticed that the numbers/text needs to be converted to path. But that is not a wxSVG issue.

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... Original SVG (not rendered correctly in Chrome): Inkscape (correct): GIMP (incorrect): wxSVG (incorrect): Edit: I just noticed that the numbers/text needs to be converted to path. But that is not a wxSVG issue.

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... (will edit to add images inline) Original SVG (not rendered correctly in Chrome): Inkscape (correct): GIMP (incorrect): wxSVG (incorrect): Edit: I just noticed that the numbers/text needs to be converted to path. But that is not a wxSVG issue.

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... (will edit to add images inline) Original SVG (not rendered correctly in Chrome): Inkscape (correct): GIMP (incorrect): wxSVG (incorrect): Edit: Also, I just noticed that the numbers/text needs to be converted to path. But that is not a wxSVG issue.

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... (will edit to add images inline) Original SVG (not rendered correctly in Chrome): Inkscape (correct): GIMP (incorrect): wxSVG (incorrect):

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... (will edit to add images inline)

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... (will edit to add images inline)

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... (will edit to add images inline)

  • AntumDeluge AntumDeluge posted a comment on discussion Help

    This one is a very subtle rendering issue. The "shine" or "gloss" of this clock document is not correct... (will edit to add images inline)

  • AntumDeluge AntumDeluge posted a comment on discussion Help

    The problem is fixed for pt, but persists for mm, pc, in, & cm.

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    Not sure if you would rather I start a new thread, but I thought I would post another rendering issue here. The reflection in the following document is not rendered correctly. So far, Inkscape is the only software that I have tried that renders it correctly... Original SVG: Rendered with other software (from left to right: Inkscape, Chrome, GIMP; Inkscape is correct): Rendered with wxSVG: wxSVG recognizes the "reflection", but the transparency is off.

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    Not sure if you would rather I start a new thread, but I thought I would post another rendering problem here. Inkscape is the only software that I have tried so far that renders this document correctly... (will edit to add images inline)

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    Not sure if you would rather I start a new thread, but I thought I would post another rendering problem here. Inkscape is the only software that I have tried so far that renders this document correctly... (will edit to add images inline)

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    Not sure if you would rather I start a new thread, but I thought I would post another rendering problem here. Inkscape is the only software that I have tried so far that renders this document correctly... (will edit to add images inline)

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    Not sure if you would rather I start a new thread, but I thought I would post another rendering problem here. Inkscape is the only software that I have tried so far that renders this document correctly... (will edit to add images inline)

  • AntumDeluge AntumDeluge posted a comment on discussion Help

    Not sure if you would rather I start a new thread, but I thought I would post another rendering problem here. Inkscape is the only software that I have tried so far that renders this document correctly... (will edit to add images inline)

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    Magnifying glass looks good. Apple looks better, but spots are more pronounced than normal.

  • AntumDeluge AntumDeluge modified a comment on discussion Help

    Magnifying glass looks good. Apple looks better, but spots are more pronounced than normal.

  • AntumDeluge AntumDeluge posted a comment on discussion Help

    Magnifying glass looks good. Apple looks better, but spots are too pronounced.

  • AntumDeluge AntumDeluge posted a comment on discussion Help

    Thank you. Working.

  • AntumDeluge AntumDeluge posted a comment on discussion Help

    Thank you Alex. I will test when I get an opportunity.

1 >