Skip to content

머리말/꼬리말 내 Picture 렌더링 + 꼬리말 인라인 배치 #42

@edwardkim

Description

@edwardkim

현상

  • 머리말/꼬리말에 포함된 Picture(그림) 컨트롤이 렌더링되지 않음
  • 꼬리말에 2개의 TAC Picture가 있을 때 두 번째 이미지가 축소되어 첫 번째 아래에 배치됨

원인

  • layout_header_footer_paragraphs에서 has_tablehas_shape만 검사하고 has_picture를 처리하지 않음
  • layout_shape 호출 시 bin_data_content&[]가 전달됨

수정

  • has_picture 분기 추가: TAC가 아닌 Picture는 layout_picture로 직접 렌더링, TAC Picture는 layout_paragraph로 인라인 배치
  • layout_shape 호출 시 실제 bin_data_content 전달

대상 파일

  • samples/pic-in-head-02.hwp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions