Large components not rendered in higher zoom

Bug #1796960 reported by Kerusey Karyu
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
KiCad
Fix Released
Undecided
Tomasz Wlostowski

Bug Description

On higher zoom factor, large symbols aren't rendered at all when about 75% of symbol is out of canvas. Take a look at enclosed screenshots.

Application: kicad
Version: (6.0.0-rc1-dev-844-g808a7d948), release build
Libraries:
    wxWidgets 3.0.3
    libcurl/7.54.1 OpenSSL/1.0.2l zlib/1.2.11 libssh2/1.8.0 nghttp2/1.23.1 librtmp/2.3
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
    wxWidgets: 3.0.3 (wchar_t,wx containers,compatible with 2.8)
    Boost: 1.60.0
    OpenCASCADE Community Edition: 6.8.0
    Curl: 7.54.1
    Compiler: GCC 7.1.0 with C++ ABI 1011

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=OFF
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

Revision history for this message
Kerusey Karyu (keruseykaryu-deactivatedaccount) wrote :
Revision history for this message
Kerusey Karyu (keruseykaryu-deactivatedaccount) wrote :
Revision history for this message
Tomasz Wlostowski (twlostow) wrote :

#eeschema-gal

Changed in kicad:
status: New → Confirmed
milestone: none → 5.1.0
Changed in kicad:
assignee: nobody → Tomasz Wlostowski (twlostow)
Revision history for this message
Tomasz Wlostowski (twlostow) wrote :

Fixed in 0090bea24e371ad5b1ba165aa59bf15578366ec3

Changed in kicad:
status: Confirmed → Fix Committed
Revision history for this message
Fabián Inostroza (fabianinostroza) wrote :

Hi,

This still happens, but not with all symbols. See the attached project.
Opening a dialog (pressing 'F' or 'E') "fixes" the issue for the current eeschema session.

Revision history for this message
Fabián Inostroza (fabianinostroza) wrote :

See the attached video.

Almost forgot to add version info:

Application: kicad
Version: (6.0.0-rc1-dev-1050-geabae68ab), release build
Libraries:
    wxWidgets 3.0.4
    libcurl/7.61.0 GnuTLS/3.5.19 zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.34.0 librtmp/2.3
Platform: Linux 4.18.0-2-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
    wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24
    Boost: 1.62.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.61.0
    Compiler: GCC 8.2.0 with C++ ABI 1013

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=OFF
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=OFF
    KICAD_SCRIPTING_WXPYTHON=OFF
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=OFF

Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

This is still happening under certain corner cases for me as well so I'm setting the status back to triaged. The test project and video do an excellent job of showing how to recreate this issue. Thanks Fabian!

Changed in kicad:
status: Fix Committed → Triaged
Revision history for this message
Maciej Suminski (orsonmmz) wrote :

I am quite sure that the problem has been fixed in 8091573b. Could you verify?

Changed in kicad:
status: Triaged → Incomplete
Revision history for this message
Fabián Inostroza (fabianinostroza) wrote :

@Maciej yes, is it fixed. Thanks.

Changed in kicad:
status: Incomplete → Fix Committed
Revision history for this message
Kerusey Karyu (keruseykaryu-deactivatedaccount) wrote :

I think the problem still exist. Not over schematic sheet, but in component chooser. See attached picture.

Application: kicad
Version: (5.1.0-1-g00a9b662f), release build
Libraries:
    wxWidgets 3.0.4
    libcurl/7.61.1 OpenSSL/1.1.1 (WinSSL) zlib/1.2.11 brotli/1.0.6 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) nghttp2/1.34.0
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
    wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8)
    Boost: 1.68.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.61.1
    Compiler: GCC 7.3.0 with C++ ABI 1011

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=OFF
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=OFF
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

Revision history for this message
Kerusey Karyu (keruseykaryu-deactivatedaccount) wrote :
Revision history for this message
Seth Hillbrand (sethh) wrote :

Should be resolved by d25d62295a

Please check tomorrow's nightly

Revision history for this message
Kerusey Karyu (keruseykaryu-deactivatedaccount) wrote :

Seems to work as expected now. Thanks.

Changed in kicad:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.