Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Padding and FontSize not applied via Source #435

Open
roele opened this issue Jan 20, 2024 · 0 comments
Open

Padding and FontSize not applied via Source #435

roele opened this issue Jan 20, 2024 · 0 comments

Comments

@roele
Copy link

roele commented Jan 20, 2024

Describe the bug
Padding and FontSize are not applied properly if i set them in another tape file which is imported via Source.

Setup

  • macOS 14.3
  • fish 3.7.0
  • iTerm 3.5.0beta19

To Reproduce
Generate a recording from the example source code with and without using Source and compare results.

Source Code
config.tape

Set Shell "fish"
Set Padding 10
Set FontSize 16
Set Width 800
Set Height 300
Set TypingSpeed 100ms

example.tape

Output ./example.gif

#Source ./config.tape

Set Shell "fish"
Set Padding 10
Set FontSize 16
Set Width 800
Set Height 300
Set TypingSpeed 100ms

Type "echo 'Hello World!'" Enter
Sleep 5s

Expected behavior
Expecting same result as having the Set commands in the same file

Screenshots

example
vs.
example-source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant