Bug Tracker RSS feed

ID 58🔗
Date: 2014-04-13 14:45:21
Status Closed (Fixed)
Category venndiagram
Version 1.0
Summary \fillOnly* fills outside the right area
OS Arch Linux 3.14.0-5, x86_64 GNU/

Return to Search Results

Sign in to subscribe to notifications about this report.

I'm looking for a volunteer to take over venndiagram. If you are interested, please use the contact page.

Description

The \fillOnly functions do not fill the right area and the effect depends on the scale factor too.

MWE

Download (286B)

\documentclass[a4paper, 10pt, fleqn]{article}

\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage{venndiagram}

\begin{document}

\begin{figure}[h!]
	\centering
	\begin{venndiagram2sets}[tikzoptions={scale=0.7}]
		\fillOnlyA;
	\end{venndiagram2sets}
\end{figure}

\end{document}

Evaluation

Fixed in v1.1 (2016-03-16).

Comments

1 comment.

🔗Comment from workaround suggestion
Date: 2014-04-14 12:50:50

The current bug with the \fillOnly* functions can be solved with a workaround by using something like \fillANotB

Replying to Comment #33:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.


Add Comment

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=58

Return to Search Results