Skip Menu |

This queue is for tickets about the LaTeX-TikZ CPAN distribution.

Report information
The Basics
Id: 131737
Status: new
Priority: 0/
Queue: LaTeX-TikZ

People
Owner: Nobody in particular
Requestors: baptisteboyer12 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Tikz : bug with rounded rectangle nodes
Date: Tue, 11 Feb 2020 09:46:24 +0100
To: bug-LaTeX-TikZ [...] rt.cpan.org
From: Baptiste Boyer <baptisteboyer12 [...] gmail.com>
Hi , I would like to report some bug in TikZ when using rounded rectangle nodes. I'm having troubles trying to modify a rounded rectangle minimum height without affecting the node width. I know there are some stretches boolean for trapezium or triangle to make it but I didn't find anything similar for rounded rectangles. Below is a simple code highlighting the problem : \documentclass[tikz]{standalone}\usetikzlibrary{shapes.misc, positioning} \begin{document}\begin{tikzpicture}\node [draw, rounded rectangle, rounded rectangle right arc = concave, rounded rectangle left arc = concave, rounded rectangle arc length=100, minimum height=2cm](text1){texte};\node [draw, rounded rectangle, rounded rectangle right arc = concave, rounded rectangle left arc = concave, rounded rectangle arc length=100, right = of text1]{texte};\end{tikzpicture}\end{document} [image: Capture.PNG] Best regards, B. Boyer
Download Capture.PNG
image/png 9.9k
Capture.PNG