QCAD Bugtracker

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)

IDCategoryTask TypeSeveritySummary  descStatusProgress
 2193 Command line toolsBug ReportVery Low dwg2csv retains the last encountered custom properties Closed
100%
Task Description

QCAD Professional
Win installer 32 bit
Version: 3.25.2.13 (3.25.2.13)
Internet: QCAD.org
Build Date: Feb 12 2021
Revision: cad2d36
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Andrew,
While enhancing DrawFromCSV: Forum Link.
I had a peek at the new command line tool: dwg2csv

I would never come up with 115 columns.
That wouldn’t be efficient to generate entities from.
Although this way it is very complete and one could use specific lists to filter.
One downside is that the ‘-list’ switch return is far too vast for the windows command line.



Remarked that:
Only the first alphabetically custom property is listed under:
QCAD:Line & QCAD:Reference (columns 114-115).
And that the last encountered is persistent for all entities that follows.

Maybe this originates from a multiple entity selection ...
... what also retains the last encountered custom properties in the property editor.
Should I add a seperate task for that?



Also had an exception thrown:
Debug: dropped global XDATA (no res buf): “ViewportCenter”.
Discarted that as this very basic test drawing hasn’t even a Viewport.

Regards,
CVH

Added: Snippet from DrawFromCSV code (merely a test case)

CSVcomma/semicolon
Offset;50;50
Point;39,789355;-0,815325;+[Custom;Reference:101];
Point;38,49526;4,014304;+[Custom;Reference:102;Line:56]

The two points, and only those two points, are casted with custom properties
QCAD|Reference|101
QCAD|Reference|102 & QCAD|Line|56

Added: The dxf file
Added: The csv file (change to the comma/semicolon style)

 2419 dwg2csvBug ReportLow dwg2csv quote handling Closed
100%
1 Task Description

When a text string contains a double quote(”) character, the value is not quoted.
If the text string contains a comma, the value is quoted (using double quotes).

When a text string starts with a double quote, it is unclear which of the above two states is correct, making for difficult parsing. (Excel seems to assume the second state when possible)

It would make parsing much easier if the output csv followed the format provided in rfc4180, namely that

If fields are not enclosed with double quotes, then double quotes may not appear inside the fields
(2.5)
If double-quotes are used to enclose fields, then a double-quote appearing inside a field must be escaped by preceding it with another double quote
(2.7)
 2158 QCAD (main)Bug ReportLow dwg2bmp: -origin does not export origin Closed
100%
Task Description

-origin has no effect, origin is not drawn in export

2462QCAD (main)Bug ReportLowDWG import issue: m^2 gets weird "\A1"Assigned
0%
Task Description

I’ve opened an existing, old dwg file in the Professional Trial edition, file(1) says it’s “DWG AutoDesk AutoCAD 2004/2005/2006”.
It contains (among other stuff) a floor plan with areas in m^2. A PDF export (from the original software used at the time, probably autocad) shows that this was displayed correctly.
However, in QCAD, I get a “\A1” and a very small number 2 instead. I’ll attach screenshots.

 106 QCAD (main)Bug ReportLow DWG file loaded incorrect Closed
100%
Task Description

QCAD drawing dump:

RDocument("ba3bc58", RStorage("bb7aa28", 
current block ID: 22
current layer ID: 21
current view ID: -1
drawing unit: 0
bounding box: RBox(RVector(invalid)  -  RVector(invalid) )  
 RLayer(RObject(id: 21, document: "0xba3bc58", address: "0xbc2dbb0", undone: 0), name: "0", color: RColor(RGBA: 0, 255, 0, 255) , lineweight:  -3 , linetype:  2 )  
 RBlock(RObject(id: 22, document: "0xba3bc58", address: "0xbb45d10", undone: 0), name: "*Model_Space", origin: RVector(0, 0, 0) ) 
 RBlock(RObject(id: 23, document: "0xba3bc58", address: "0xbb442c0", undone: 0), name: "*MODEL_SPACE", origin: RVector(0, 0, 0) ) 
 RBlock(RObject(id: 24, document: "0xba3bc58", address: "0xbc2dc00", undone: 0), name: "*PAPER_SPACE", origin: RVector(0, 0, 0) ) 
 lastTransactionId: -1
variables: 
	"PageSettings/Scale": QVariant(QString, "1:1") 
 Known variables (DWG): 
...

 ) RSpatialIndex()  

2325QCAD (main)Bug ReportLowdwg file crashes QCADAssigned
0%
Task Description

Regarding to forum post:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=8982&p=35836#p35836

dwg loaded in 3.27.1 frees QCAD (no response) and a Win10 PC. Same drawing loaded in 3.26.0 causes no problems. It looks to me that two hatches (handle 198b6, 198ba) are the culprits.
Drawing saved without those hatches opens without any problem in 3.27.1.

TECNOFLEX symbol library.dwg = original file from forum post
TECNOFLEX symbol library_mod.dwg = my modification

 2487 QCAD (main)SuggestionVery Low Dutch translations typos Closed
100%
1 Task Description

Andrew,

For the dutch translations:

- The tooltip for the close icon of a tab is “Close tab”

“Sluit tab”.

- When the drawing was changed the confirmation dialog second option is “Discard”

“Verwerpen” or “Niet opslaan”.
... Reading several discussions the latter is the better translation.

- Found in the Drawing Prefs and also used in the App.Prefs (DIMLUNIT):
> Bewerken
.> Tekeningsvoorkeuren
..> Bemating
...> Bematingsvoorkeuren
....> Tekstformaat
.....> Liniaire bemating

This must be “Lineaire bemating”

Regards,
CVH

 1853 QCAD (main)Bug ReportLow Duplication of input fields in Property Editor 3.21.3.1 ...Closed
100%
Task Description

look at
https://www.qcad.org/rsforum/viewtopic.php?f=89&p=22762&sid=26fade8dcfd514372faaf98834df4413#p22762

 1398 QCAD/CAMBug ReportLow Duplicate zoom buttons in toolbar and menu Closed
100%
Task Description

I am seeing duplicate zoom buttons in the View toolbar, and also under the View menu. Under Application Preferences→General→Tool Settings there are also multiple entries for these, with Shortcuts and Commands highlighted in red (means there are conflicts?). This is the QCAD/CAM version on Linux 32-bit Debian “testing” release. I also tried the same version on Windows 7 64-bit and am not seeing this issue. Screen shots attached.

 88 QCAD (main)Bug ReportLow Duplicate menu Closed
100%
Task Description

Block - Explode

2300QCAD (main)Feature RequestLowDuplicate layout blocks with contentsAssigned
0%
2 Task Description

Add a tool to duplicate a layout block with contents.

 1073 QCAD (main)Bug ReportLow Duplicate images with same path not saved Closed
100%
Task Description

Only affects files saved through dxflib.

 2183 WebsiteBug ReportLow Dummy (spam) Closed
100%
Task Description

no task description

 2104 ECMAScriptRefactoringLow Dublicate functions in scripts/simple.js and scripts/li ...Closed
100%
Task Description

Both of these files (scripts/simple.js and scripts/library.js) contain a function named sleep() that duplicate each other. There is probably a need to delete one of them.

Permalinks to this definitions on Github:

 561 QCAD (main)Bug ReportLow Dropdown list with black lines Closed
100%
Task Description

Hello,
Just installed Q3rc5 with Win7.64 bits.French. To report bugs, I wanted to change my interface user language from French to English.
Using menu “Edit” =⇒ “Application preferences” =⇒ “Language settings” =⇒ “Language”, I notice that the dropdown list (combo box) is hard to decipher as all lines are with black text on a black background. Only the current value is shown with white text on a blue background.

Moving the cursor up and down reveals the other values. After navigating in the list, all values can be read. Going to another item in the Settings and then back to the Language settings : all lines can be read.
Closing the setting and opening it again, the same dropdown list has again all entries in black but the current selected value in blue.

NB: Searches for “dropdown”, “combo”, “selection” etc returned no related task.

2328QCAD (main)Bug ReportVery Lowdrop down, using keyboardAssigned
0%
Task Description

Minor issue!
When using keyboard to initiate the dropdown menus.
I noticed the ALT “D” does not cycle through the headings Draw & Dimension in the same way.
ALT “M” cycles though Modify & Misc or ALT “S” cycles though Select & Snap.
User Name: StanTibbs
E-mail: [email protected]

 1970 QCAD/CAMPerformance IssueMedium Drill Toolpath Workaround Closed
100%
Task Description

Hallo Andrew,

Fiddling with the drill-toolpath error, a solution seems to be to add the drill location as a ‘single point’ in the ‘source’ sublayer. I am using this as a Bug Work Around.

1911QCAD/CAMFeature RequestLowDrill ToolpathAssigned
0%
Task Description

Hallo Andrew

It would be more than conveniant, defining the drilling locations of the drill toolpath, by selecting a circle’s center point.

 2202 QCAD (main)Bug ReportLow Drawing rotated on load Closed
100%
Task Description

Sporadically, when I open a file, everything in it has rotated 180 degrees from when I last edited that file.

no Idea ehat this is about, definately a bug.

BR

Ola, Sweden

 19 QCAD (main)Feature RequestLow Drawing recovery in case file saving fails Closed
100%
Task Description
  1. before save: copy existing file (drawing.dxf) to temporary file, e.g. “drawing.bak”
  2. save()
    • no crash → remove recovery file
    • crash → file has size of 0 byte now
      1. restore recovery files on next start
for each file in recent files
  if file size == 0
    rename temporary file to actual file name
end
 1952 dwg2pdfBug ReportLow Drawing problem for the object in pdf which converted b ...Closed
100%
Task Description

The original file is A5.dwg. I’m using QCAD professional 3.23.0. A5.pdf is converted by command line tool dwg2pdf.
I found the drawing problem in it. See the attachment file problem.png.

As you see, I write down 3 bugs in problem.png.

1. bug 1. The position of ‘green 90’ is wrong.
2. bug 2. The line width is too large. You can see dot in A5.dwg, but a line in A5.pdf.
3. bug 3. The ‘green 42’ is missing.

Thank you very much for your help!

 1000 QCAD (main)Bug ReportLow Drawing prefs/Printing/Colors behaves oddly Closed
100%
Task Description

Both community and Git head, on Linux and FreeBSD.

Not sure how to describe the odd behaviour... Draw something with a couple of colors, turn on Print preview, then modify Drawing prefs/Print/Colors/Color mode several times, setting it to a different mode than what it is currently, Apply, OK.

What happens is sometimes it doesn’t change (that is, the next time this preference is opened, it is still at Full Color even if I have just clicked, applied and OK’d Grayscale etc.).

Further, it seems that the selection is not reflected at the print preview view, or rather, it is off by one – if I finally manage to switch to Grayscale, it stays Full Color. Then if I somehow manage to switch to Black/white, the print preview changes to Grayscale etc.

I can try to make a screen movie if necessary.

 335 QCAD (main)Feature RequestLow Drawing preferences: Change font of dimensions Closed
100%
6 Task Description

Configure font used for dimensions.

 711 QCAD (main)Bug ReportLow Drawing preferences dialog too large Closed
100%
Task Description

See forum at:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=11&t=2249&view=unread#unread

1298QCAD (main)Feature RequestLowDrawing Preference; File formatAssigned
0%
1 Task Description

Hi, I get anoyed everytime saving a drawing;

 File Format not recommended.......          [Yes]   ; I know. it's suppose to be in that format!
 Saving to file......                        [OK]    ; I already told you
 Black entities ......bla bla                [OK]    ; I already told you
 Custom colors ...... bla bla                [OK]    ; I already told you

Therefore, Drawing Preferences should start with the file format choice field;

 File Format: R.......

Drawing should be opened and saved in that format without any question. Please.

 1798 QCAD (main)Bug ReportVery Low Drawing Pref > Linetype > Scale of linetypes matches th ...Closed
100%
Task Description

“Drawing Preferences / General / Linetype / Scale of linetypes matches the scale of each viewport” is checked by default for new drawings, however the option is not applied until you open the “Drawing Preferences / General / Linetype” screen and click OK – no need to change anything, just opening the screen and clicking OK is sufficient.

 973 QCAD (main)Bug ReportMedium Drawing outside zoom limit Closed
100%
Task Description

When a drawing is placed in X,Y coordinates QCAD is unable to zoom to the drawing.

We use X,Y coordinates like X=182,635,000 mm Y=579,005,000 mm for the location of the constructions.

If you use Auto Zoom you get to see a small dot on the screen but as soon as you try to zoom to the drawing QCAD jumps within a certain limit and you can’t get to the drawing.

 1406 QCAD (main)Bug ReportLow Drawing order in blocks Closed
100%
Task Description

Texts (if rendered as text not paths) and images are rendered in the background if they are inside a block.

- Create block with text or bitmap in front of other entities
- Insert block
- Text and bitmaps are rendered behind entities

 248 QCAD (main)Bug ReportLow Drawing in print preview Closed
100%
Task Description

One can draw in print preview. If one does, QCAD starts acting confused, the model view gets restored with a fullbright white background.

Maybe best is to just disable all drawing and measuring in print preview?

 412 QCAD (main)Bug ReportLow Drawing given by argument: close doesn't work, no auto  ...Closed
100%
Task Description
  • The drawing given be an argument is loaded correctly but no auto zoom is made, which can be confusing.
  • The loaded drawing cannot be closed unless another drawing is loaded.
  • Possibly an Linux issue only.

start up output:

Debug:    Init script plugins... 
Warning:  RGuiAction::getByScriptFile: no action found: "Scheme" 
Debug:    TIMER:  1841 ms -  "loading and initializing plugins" 
Debug:    Creating storage... 
Debug:    Creating spatial index... 
Debug:    Creating document... 
Debug:    Init idle and default actions... 
Warning:  This action requires a document to be open:  "scripts/Snap/SnapAuto/SnapAuto.js" 
Warning:  This action requires a document to be open:  "scripts/Snap/RestrictOff/RestrictOff.js" 
Debug:    updateScenes... 
Debug:    updateGuiActions... 
Debug:    notifyListenersSlot... 
Warning:  This action requires a document to be open:  "scripts/Snap/RestrictOff/RestrictOff.js" 
Warning:  This action requires a document to be open:  "scripts/Snap/SnapAuto/SnapAuto.js" 
Debug:    importing header 
Debug:    importing layers 
Debug:    importing blocks 
...
 1927 QCAD (main)Bug ReportLow Drawing and printing inconsistent, with wrong/missing e ...Closed
100%
1 Task Description

Drawing and PrintPreview are consistent, but printout differs : rectangle missing (bottom right), line missing (bottom green line) - see att. Error can be reproduced, after saves and restores.
A VERY elementary WYSIWIG-problem....

 2013 QCAD (main)Bug ReportLow Draw, Shape, Star - more options Closed
100%
Task Description

I like the new shape tool “Star”. Comes at the right time ;-)

Would be nice if we could get the same options like all other shape tools: “Create Polyline” and “Fill”.

 1958 dwg2pdfBug ReportLow Draw rectangle as ellipse Closed
100%
Task Description

Good afternoon, I found a bug.

Original file: 006–【武汉会展中心店】一层合用前室.dwg

Converted file: 006–【武汉会展中心店】一层合用前室.pdf

Bug description file: problem5.png

As you see, all the rectangle fills are drawed as ellipse.

 1675 dwg2pdfBug ReportLow draw order incorrect using dwg2pdf to convert DXF to PD ...Closed
100%
Task Description

explicit drawing order of objects (such as sending hatch to back and bringing text to front) not respected when export to pdf used, the order of overlapping objects seems to use the order in which they were added to the drawing

this causes problems if we try to export a dxf to pdf and the hatching was drawn after some of the text

observed in Mac OSX El Capitan and Linux

 2075 QCAD (main)SuggestionLow Draw order bug after insert bit map Closed
100%
Task Description

First post, so please excuse if I missed some forum rules etc...

I insert bit maps and trace over them to create DXF files for laser cutting burnout templates. If the edge of the bit map is coincident with a line I have drawn, it is not possible to select the line for offsetting, trimming etc. This is regardless of the draw order or handle number. It seems to happen most if the edge of the image and line are coincident with the X or Y origin. I also use fairly fat lines to make it easy to see. My default line width is 1mm. Not sure if that affects selection or not, but fatter lines don’t help the issue at hand.

Steps to reproduce...
insert bitmap at 0,0
draw horizontal and vertical lines starting at 0,0. (my lines are usually longer than the edges of the bitmap.
try to select one of the lines for offsetting. (Select the line in the area of the bitmap. There is no problem selecting the line where it extends past the edge of the bitmap.)

It does not matter if I insert the bitmap first and then draw lines, or draw lines first, insert bitmap and then change the draw order so the lines are on top. It is also not consistent on which axis is affected. It is usually both X & Y, but sometimes just one or the other.

Workaround is select the bitmap, then move it by 0.001 in any direction. Now the edges are no longer coincident and you can select your lines. The alternate workaround is to insert the image on another layer and then turn that layer off when you need to select a line on the edge of the bitmap.

 2312 QCAD Community EditionBug ReportLow Draw from CSV can not create Layers with NewLayer Closed
100%
Task Description

NewLayer always complains about a missing parent layer.

I could not figure out how to create Layers from a CSV file,
I tried DrawCSV_Layer_test.csv which is a reference test from the qcad repo but NewLayer always returns “Parent layer doesn’t exist.”

Reading from file: /home/zem/DrawCSV_Layer_test.csv
Switched to semicolon/comma CSV style.
Layer doesn't exist, ignored. Text line 20 layer: 0 Entity Colors
Not a correct layer name. Text line 24 name: Invalid=`name`
Add/Update layer ignored.
Not a correct color. Text line 25 color: ByBlock
Add/Update layer ignored.
Not a correct Lineweight. Text line 26 weight: 999
Add/Update layer ignored.
Not a correct Linetype. Text line 27 type: Orange line
Add/Update layer ignored.
Parent layer doesn't exist. Text line 31 layer: MyLayerInvalid paren
Add/Update layer ignored.
Can not hide layer, ignored. Text line 34 layer: Invalid Hide
Can not freeze layer, ignored. Text line 35 layer: Invalid FreezeInvalid SUB
Can not lock layer, ignored. Text line 36 layer: Invalid Lock
Can not lock layer, ignored. Text line 37 layer: Invalid=`name`
Can not allow layer, ignored. Text line 38 layer: Invalid Allow
Can not switch to layer, ignored. Text line 39 layer: Invalid layer switch
Can not switch to layer, ignored. Text line 40 layer: Invalid=`name`
Parent layer doesn't exist. Text line 43 layer: 01 Gree
Add/Update layer ignored.
Parent layer doesn't exist. Text line 44 layer: 02 Parent
Add/Update layer ignored.
Parent layer doesn't exist. Text line 45 layer: 02 Parent1Sub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 46 layer: 02 Parent1Sub1SubSub1 
Add/Update layer ignored.
Parent layer doesn't exist. Text line 47 layer: 03 Parent
Add/Update layer ignored.
Parent layer doesn't exist. Text line 48 layer: 03 Parent2Sub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 49 layer: 03 Parent2Sub2SubSub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 50 layer: 04 Parent
Add/Update layer ignored.
Parent layer doesn't exist. Text line 51 layer: 04 Parent3Sub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 52 layer: 04 Parent3Sub3SubSub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 53 layer: Last New &Curren
Add/Update layer ignored.
Can not hide layer, ignored. Text line 56 layer: 03 Parent2
Can not freeze layer, ignored. Text line 57 layer: 03 Parent2Sub2
Can not lock layer, ignored. Text line 58 layer: 03 Parent2Sub2SubSub2
Can not hide layer, ignored. Text line 60 layer: 04 Parent3
Can not freeze layer, ignored. Text line 61 layer: 04 Parent3
Can not lock layer, ignored. Text line 62 layer: 04 Parent3
Can not hide layer, ignored. Text line 63 layer: 04 Parent3Sub3
Can not freeze layer, ignored. Text line 64 layer: 04 Parent3Sub3
Can not lock layer, ignored. Text line 65 layer: 04 Parent3Sub3
Can not hide layer, ignored. Text line 66 layer: 04 Parent3Sub3SubSub3
Can not freeze layer, ignored. Text line 67 layer: 04 Parent3Sub3SubSub3
Can not lock layer, ignored. Text line 68 layer: 04 Parent3Sub3SubSub3
Can not allow layer, ignored. Text line 70 layer: 04 Parent3
Can not switch to layer, ignored. Text line 76 layer: 02 Parent1Sub1SubSub1 %
Layer doesn't exist, ignored. Text line 82 layer: 02 Parent1
Can not switch to layer, ignored. Text line 85 layer: 02 Parent1Sub1SubSub1 %
Casted entries : 4 with 90 text lines
Importing CSV complete. Command ended.

No layers are added in the resulting drawing.

OS here is fedora 34 and qcad is either from fedora or rpmfusion.

 366 QCAD (main)Feature RequestLow Draw circles tangent to other entities Closed
100%
2 Task Description

Hi Andrew

It would be useful to have an option in the Circle tools to be able to draw a circle tangent to other entities such as lines/circles etc.

Regards

Clive

 1660 QCAD (main)Bug ReportVery Low Draw > Viewport > Add Viewport: viewport in model space Closed
100%
Task Description

... I have the feeling that wasn’t the idea. I’m correct?

Case:
in Model Space, launch Add Viewport, determine the Viewport rectangle - when done QCAD will switch to a Layout Block.
Now in Layout Block, don’t(!) place the Viewport, switch back to Model Space and the Viewport is still attached to the Mouse pointer and you can place it in your Model Space. The source of the Viewport will then disappear.

 1809 QCAD (main)Bug ReportLow Draw > Viewport > Add Viewport: layout dialog combobox  ...Closed
100%
Task Description

Drawing with more than 4 Layout Blocks (Layout1, Layout2 etc),

Add Viewport, choose rectangle for viewport, Dialog pops up to choose a Layout Block,
I choose Layout4 - the Viewport is placed on Layout2,

next new Viewport - placed on Layout3 - the Viewport will be placed again on Layout2 ...

 2002 QCAD (main)Bug ReportLow Draw > Viewport > Add Viewport: Hatch is offset incorre ...Closed
100%
Task Description

Hi,
When a hatch have been offset in the Model then it appears incorrectly when rendered in a Viewport. It seems that in Viewports the hatch Origin value is not taken into consideration. This means that when adjusting a hatch in the Model to look correct (align along a line for example). This alignment is off in the Viewport.

See screenshots and attached test dxf file in this thread on the forum: https://qcad.org/rsforum/viewtopic.php?f=33&t=6742

Edit: After looking more into this issue is seems it is the Viewport’s position that is ignored when transforming the pattern into Viewport space. See the following gif:

https://i.imgur.com/vD8cOuC.gif

Above it can be seen that that pattern is always rendered in ‘worldspace’ since the pattern is static (the pattern is not moved when the viewport is moved around)

 2144 QCAD (main)Bug ReportVery Low Draw > Viewport > Add Viewport: Custom hatch pattern no ...Closed
100%
Task Description

QCAD Professional

Version: 3.25.2.4 (3.25.2.4)
Internet: QCAD.org
Build Date: Nov 18 2020
Revision: 40f4475
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Orphan Hatches (without a *.pat file installed) are no longer visible in a viewport

Topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=7830
Original topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=7340
File: #2 https://qcad.org/bugtracker/index.php?do=details&task_id=2063

Regards,
CVH

 2170 QCAD (main)Bug ReportLow Draw > Text: Wrong color for formatted text blocks usin ...Closed
100%
1 Task Description

QCAD Professional
Win installer 32bit
Version: 3.25.2.7 (3.25.2.7)
Internet: QCAD.org
Build Date: Dec 16 2020
Revision: e06f230
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

File & picture included
Work around: Chop it up or use a TTF font

Regards,
CVH

 1743 QCAD (main)Bug ReportVery Low Draw > Text: Wrong bounding box for text with empty sup ...Closed
100%
1 Task Description

Hi,

I have a drawing where I use text with superscript. In this case when I use autozoom, it does not work as I expect. It includes the 0,0 coordinates too. The problem also occures when I export the drawing into svg.

I attached an example, just use the autozoom.

Thanks,
Soma


 2236 QCAD (main)Bug ReportLow Draw > Text: unreadable black text in text dialog (macO ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=8&t=8383

 1682 QCAD (main)Bug ReportLow Draw > Text: line spacing factor < 0.25 or > 4.0 causes ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=5267

 1405 QCAD (main)Bug ReportLow Draw > Text: exception when assigning custom color Closed
100%
Task Description

See also:
http://www.qcad.org/rsforum/viewtopic.php?f=89&t=4089&view=unread#unread

 1734 QCAD (main)Bug ReportLow Draw > Text: Color changes for CAD font texts ignored Closed
100%
Task Description

Create text using “standard” font with color change (e.g. one letter in the middle red).

 1537 QCAD (main)Feature RequestLow Draw > Shape: Add option to fill shape (add solid fill) Closed
100%
Task Description

Add an option to create a solid fill hatch for shape tools.

 1448 QCAD (main)Bug ReportLow Draw > Shape > Rectangle with Size: polygon option not  ...Closed
100%
Task Description

See also:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=4318

1702QCAD (main)Feature RequestLowDraw > Polyline: add boolean operationsAssigned
0%
1 Task Description

Add intersection, union, difference, XOR operations for closed polylines.

Showing tasks 1801 - 1850 of 2549 Page 37 of 51<<First - 35 - 36 - 37 - 38 - 39 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing