ALT Linux Bugzilla
– Attachment 17089 Details for
Bug 51872
dot не генерирует svg для больших графов
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч с удалением ограничения количества узлов
graphviz-12.1.2-node-number-restriction-removed.patch (text/plain), 497 bytes, created by
Michael Shigorin
on 2024-10-30 17:00:48 MSK
(
hide
)
Description:
патч с удалением ограничения количества узлов
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2024-10-30 17:00:48 MSK
Size:
497 bytes
patch
obsolete
>diff -Nuar a/lib/gvc/gvdevice.c b/lib/gvc/gvdevice.c >--- a/lib/gvc/gvdevice.c 2024-10-30 13:43:39.184606090 +0300 >+++ b/lib/gvc/gvdevice.c 2024-10-30 13:57:56.321007544 +0300 >@@ -347,7 +347,7 @@ > z->avail_in = 0; > z->next_out = df; > z->avail_out = dfallocated; >- while ((ret = deflate (z, Z_FINISH)) == Z_OK && (cnt++ <= 100)) { >+ while ((ret = deflate (z, Z_FINISH)) == Z_OK) { > gvwrite_no_z(job, df, (size_t)(z->next_out - df)); > z->next_out = df; > z->avail_out = dfallocated;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51872
:
17082
| 17089