Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - maot0341

Pages: [1]
1
Bug Reports / Re: Almost unreadable popup menu entries
« on: November 28, 2022, 17:12:18 pm »
I'm upgraded to Ubuntu 20.04. Problem fixed now. Stay tuned.

2
Scripts and Plugins / Re: SVG loader
« on: November 28, 2022, 17:05:05 pm »
I tried the original SVG-file '15 cells diameter theta maze1.svg'. And it works fine. (s. screenshot)
Path sequences like  'A1223' should work as 'A 1223' - with or without space. No difference.

Guess it's something with .NET module version.
I'm using .NET: 'Mono JIT compiler version 6.12.0.182 (tarball Tue Jun 14 22:29:01 UTC 2022)'
on Ubuntu 10, Ubuntu 18 and Ubuntu 20.

@GeoffreyGRoy
The call stack (Exception Text) says there is a problem with the DTD-file. (URL "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" - I guess.)
The message is:
Code: [Select]
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.at System.Xml.DtdParser.ParseExternalSubset() - in a system call far beyond my written source code.

I guess: while opening the SVG-File, the open-function tries to verify correctness via DTD (with given URL). So, remove this line in SVG file should help?

You can also drop the URL in a web browser. Can it load? Any error?

Update .NET library may help as well. The current was:
Code: [Select]
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4161.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------


3
Scripts and Plugins / Re: SVG loader
« on: March 16, 2022, 16:28:51 pm »
Two suggestions.

1. It needs a call to, RefreshView() at the end.
2. It would better in the, File->Import, menu.

1.) Does it already. Out of sight? My be your view port / zoom dosn't match.
2.) There is no such menu in my version: File->Import. Use File->Open instead. You can open SVG like a CB-File. Drag&Drop works as well.

4
Scripts and Plugins / Re: SVG loader
« on: March 16, 2022, 16:10:03 pm »
here you are: [url][https://gitlab.com/maot0341/SVG-Import/-/blob/master/SVG-Loader/bin/Release/SVG-Loader.dll]
in repo path: SVG-Loader/bin/Release

5
Scripts and Plugins / Re: SVG loader
« on: March 12, 2022, 12:31:37 pm »
Bugfix in 1.0.14. File "involute_gear_0_to_7.svg" works fine for me now.

6
Bug Reports / Re: Almost unreadable popup menu entries
« on: October 10, 2020, 21:47:14 pm »
Today I got a workaround. Just change the display theme in Ubuntu from the default 'Ambiance' to 'Radiance'. The menu backgrounds are light grey now. And CamBam is fine now. Can you fix this, some day pls?

7
Bug Reports / Re: Almost unreadable popup menu entries
« on: August 19, 2020, 18:29:22 pm »
That's why I have frozen Mono at version 5.12.
After that all kinds of problems with font sizes.
Look in the 'Options'. In this current build v. 1.0 of CamBam for Linux Andy added options for selecting font family for menus and when drawing. I have installed and selected Arial as it is the most common font used in Windows.

I've tried Arail. Font changed but the problem is still there. May be the font color selector of cambam is not correct. My Ubuntu popup menus have same background but almost white font color. CamBam's color is much darker.

8
Bug Reports / Almost unreadable popup menu entries
« on: August 19, 2020, 12:15:12 pm »
The menu bar is fine. But when I klick on a item, e.g. [File], almost unreadable submenu pops up. (Since my last mono update.) Dark gray font color on slightly darker gray background. I've to hover over the items to get it readable by item highlightning.

Mono version: 6.10.0.104
Linux Ubuntu 16.04.

9
Bug Reports / CamBam crashes on scripts
« on: August 19, 2020, 12:04:13 pm »
CamBam crashes while starting/executing python scripts. Even the simplest.
Python should work on linux. An does some times. See Error-Msg in attachments.

I using CamBam 1.0 [rc-3]  Build 1.0.7233.21743. Ubuntu 16.04, Mono JIT compiler version 6.10.0.104

Test on Ubuntu 14.04 + Mono 2.10:
- Crash: CamBam 1.0
- Runs fine:  CamBam 0.9.8

10
Scripts and Plugins / Re: SVG loader
« on: May 07, 2020, 18:46:24 pm »
It don't work for me in CB 64bit with SVG from Illustrator.
Plugin imports 100 "Polylines" but every Polyline is only one knot

ralf

Two Bugs (fixed):
 - SVG root node needs width=... and height=... attributes for exact scaling. (mandatory)
 - Missed implementation of [sS] path sequence (i.e. cubic bezier continuation), fixed in attached version.

Updates on GitHub upcoming.
Thx for this example. Stay tuned.
Work still in progress.

11
Scripts and Plugins / Re: SVG loader
« on: May 07, 2020, 11:28:34 am »
@pixelmaker:
For exact scaling we need all of this attributes in the svg-node (root): height, width, viewBox. Only viewBox was given. I added with and height and it works. Still some bugs, I see.

I needed exact scaling in my application. So it's this way.

12
Scripts and Plugins / SVG loader
« on: May 03, 2020, 07:58:21 am »
I do almost all my design with Inkscape / SVG. So I needed a Plugin. And here you are. It's  working pretty well for me on Linux. Rich support for path and nested transformations as well. And it's FREE.

Detailed descriptions + source code + binaries:
GitHub (deprecated):  [/https://github.com/maot0341/SVG-Import/wiki]
GitLab: [https://gitlab.com/maot0341/SVG-Import]


Binary setup: unzip attached DLL in your CamBan plugin folder and restart application.

Cheers.

Pages: [1]